#D12987

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

Shades of Deep Cerise #D12987

Tints of Deep Cerise #D12987

Color information

#D12987 (or 0xD12987) is unknown color: approx Deep Cerise. HEX triplet: D1, 29 and 87. RGB value is (209,41,135). Sum of RGB (Red+Green+Blue) = 209+41+135=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D12987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12987 is #2ED678. Grayscale: #656565. Windows color (decimal): -3069561 or 8858065. OLE color: 8858065.

HSL color Cylindrical-coordinate representation of color #D12987: hue angle of 326.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12987 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB20941135-
CMYK00.800.350.18
HSL326.43º67.2%49.02%-
HSV(B)326.43º80.38%81.96%-
XYZ31.4616.8924.52-
YUV101.95146.66204.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=54.29%
G=10.65%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094113500.800.350.18326.4367.249.02
HexD1298705023121464331
Octal321512070120432250610361
Binary110100011010011000011101010000100011100101010001101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12987; }

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

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

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

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

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

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

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

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