#D13578

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

Shades of Deep Cerise #D13578

Tints of Deep Cerise #D13578

Color information

#D13578 (or 0xD13578) is unknown color: approx Deep Cerise. HEX triplet: D1, 35 and 78. RGB value is (209,53,120). Sum of RGB (Red+Green+Blue) = 209+53+120=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D13578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13578 is #2ECA87. Grayscale: #6B6B6B. Windows color (decimal): -3066504 or 7878097. OLE color: 7878097.

HSL color Cylindrical-coordinate representation of color #D13578: hue angle of 334.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13578 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB20953120-
CMYK00.750.430.18
HSL334.23º62.9%51.37%-
HSV(B)334.23º74.64%81.96%-
XYZ30.9617.4619.51-
YUV107.28135.18200.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=54.71%
G=13.87%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095312000.750.430.18334.2362.951.37
HexD1357804B2B1214e3f33
Octal32165170011353225167763
Binary1101000111010111110000100101110101110010101001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13578; }

 p { color: rgb(209,53,120); }

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

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

 a { background-color: rgb(209,53,120); }

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

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

 span { border-color: rgb(209,53,120); }

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