#D9419F

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

Shades of Deep Cerise #D9419F

Tints of Deep Cerise #D9419F

Color information

#D9419F (or 0xD9419F) is unknown color: approx Deep Cerise. HEX triplet: D9, 41 and 9F. RGB value is (217,65,159). Sum of RGB (Red+Green+Blue) = 217+65+159=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9419F is #26BE60. Grayscale: #787878. Windows color (decimal): -2539105 or 10437081. OLE color: 10437081.

HSL color Cylindrical-coordinate representation of color #D9419F: hue angle of 322.89º 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 #D9419F is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB21765159-
CMYK00.700.270.15
HSL322.89º66.67%55.29%-
HSV(B)322.89º70.05%85.1%-
XYZ36.7621.0434.92-
YUV121.16149.36196.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=49.21%
G=14.74%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176515900.700.270.15322.8966.6755.29
HexD9419F0461BF1434337
Octal3311012370106331750310367
Binary11011001100000110011111010001101101111111010000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9419F; }

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

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

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

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

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

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

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

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