#D13878

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

Shades of Deep Cerise #D13878

Tints of Deep Cerise #D13878

Color information

#D13878 (or 0xD13878) is unknown color: approx Deep Cerise. HEX triplet: D1, 38 and 78. RGB value is (209,56,120). Sum of RGB (Red+Green+Blue) = 209+56+120=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D13878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13878 is #2EC787. Grayscale: #6C6C6C. Windows color (decimal): -3065736 or 7878865. OLE color: 7878865.

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

Color convert

RGB20956120-
CMYK00.730.430.18
HSL334.9º62.45%51.96%-
HSV(B)334.9º73.21%81.96%-
XYZ31.117.7419.55-
YUV109.04134.19199.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 56 (22.27% from 255) = 14.55%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=54.29%
G=14.55%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095612000.730.430.18334.962.4551.96
HexD138780492B1214f3e34
Octal32170170011153225177664
Binary1101000111100011110000100100110101110010101001111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13878; }

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

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

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

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

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

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

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

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