#d12d7e

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

Shades of Deep Cerise #D12D7E

Tints of Deep Cerise #D12D7E

Color information

#D12D7E (or 0xD12D7E) is unknown color: approx Deep Cerise. HEX triplet: D1, 2D and 7E. RGB value is (209,45,126). Sum of RGB (Red+Green+Blue) = 209+45+126=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D7E is #2ED281. Grayscale: #676767. Windows color (decimal): -3068546 or 8269265. OLE color: 8269265.

HSL color Cylindrical-coordinate representation of color #D12D7E: hue angle of 330.37º 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 #D12D7E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB20945126-
CMYK00.780.400.18
HSL330.37º64.57%49.8%-
HSV(B)330.37º78.47%81.96%-
XYZ3116.9421.37-
YUV103.27140.83203.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55%
GREEN value IS 45 (17.97% from 255) = 11.84%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=55%
G=11.84%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094512600.780.400.18330.3764.5749.8
HexD12D7E04E281214a4132
Octal321551760116502251210162
Binary11010001101101111111001001110101000100101010010101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12d7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12d7e; }

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

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

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

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

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

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

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

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