#d9415f

Color #D9415F Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D9415F

Tints of Cerise #D9415F

Color information

#D9415F (or 0xD9415F) is unknown color: approx Cerise. HEX triplet: D9, 41 and 5F. RGB value is (217,65,95). Sum of RGB (Red+Green+Blue) = 217+65+95=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9415F is #26BEA0. Grayscale: #717171. Windows color (decimal): -2539169 or 6242777. OLE color: 6242777.

HSL color Cylindrical-coordinate representation of color #D9415F: hue angle of 348.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9415F is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2176595-
CMYK00.700.560.15
HSL348.16º66.67%55.29%-
HSV(B)348.16º70.05%85.1%-
XYZ32.5719.3612.85-
YUV113.87117.36201.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=57.56%
G=17.24%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217659500.700.560.15348.1666.6755.29
HexD9415F04638F15c4337
Octal3311011370106701753410367
Binary11011001100000110111110100011011100011111010111001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9415f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9415f; }

 p { color: rgb(217,65,95); }

 H1.HeaderClassName
 {
   color: #d9415f;
 }
 .AnyTagClassName
 {
   color: #d9415f;
 }
</style>
background-color css

<style>
 a { background-color: #d9415f; }

 a { background-color: rgb(217,65,95); }

 div.DivClassName
 {
   background-color: #d9415f;
 }
 .BgClassName
 {
   background-color: #d9415f;
 }
</style>
border-color css

<style>
 span { border-color: #d9415f; }

 span { border-color: rgb(217,65,95); }

 td.TdClassName
 {
   border-color: #d9415f;
 }
 .TagClassName
 {
   border-color: #d9415f;
 }
</style>