#D13C87

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

Shades of Deep Cerise #D13C87

Tints of Deep Cerise #D13C87

Color information

#D13C87 (or 0xD13C87) is unknown color: approx Deep Cerise. HEX triplet: D1, 3C and 87. RGB value is (209,60,135). Sum of RGB (Red+Green+Blue) = 209+60+135=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C87 is #2EC378. Grayscale: #707070. Windows color (decimal): -3064697 or 8862929. OLE color: 8862929.

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

Color convert

RGB20960135-
CMYK00.710.350.18
HSL329.8º61.83%52.75%-
HSV(B)329.8º71.29%81.96%-
XYZ32.2818.5424.8-
YUV113.1140.36196.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.73%
GREEN value IS 60 (23.83% from 255) = 14.85%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=51.73%
G=14.85%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096013500.710.350.18329.861.8352.75
HexD13C87047231214a3e35
Octal32174207010743225127665
Binary11010001111100100001110100011110001110010101001010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13C87; }

 p { color: rgb(209,60,135); }

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

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

 a { background-color: rgb(209,60,135); }

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

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

 span { border-color: rgb(209,60,135); }

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