#d12d8e

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

Shades of Deep Cerise #D12D8E

Tints of Deep Cerise #D12D8E

Color information

#D12D8E (or 0xD12D8E) is unknown color: approx Deep Cerise. HEX triplet: D1, 2D and 8E. RGB value is (209,45,142). Sum of RGB (Red+Green+Blue) = 209+45+142=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D8E is #2ED271. Grayscale: #686868. Windows color (decimal): -3068530 or 9317841. OLE color: 9317841.

HSL color Cylindrical-coordinate representation of color #D12D8E: hue angle of 324.51º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D8E is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB20945142-
CMYK00.780.320.18
HSL324.51º64.57%49.8%-
HSV(B)324.51º78.47%81.96%-
XYZ32.1217.3927.25-
YUV105.09148.83202.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.78%
GREEN value IS 45 (17.97% from 255) = 11.36%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=52.78%
G=11.36%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094514200.780.320.18324.5164.5749.8
HexD12D8E04E20121454132
Octal321552160116402250510162
Binary110100011011011000111001001110100000100101010001011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12d8e; }

 p { color: rgb(209,45,142); }

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

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

 a { background-color: rgb(209,45,142); }

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

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

 span { border-color: rgb(209,45,142); }

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