#D12D92

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

Shades of Deep Cerise #D12D92

Tints of Deep Cerise #D12D92

Color information

#D12D92 (or 0xD12D92) is unknown color: approx Deep Cerise. HEX triplet: D1, 2D and 92. RGB value is (209,45,146). Sum of RGB (Red+Green+Blue) = 209+45+146=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D92 is #2ED26D. Grayscale: #696969. Windows color (decimal): -3068526 or 9579985. OLE color: 9579985.

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

Color convert

RGB20945146-
CMYK00.780.300.18
HSL323.05º64.57%49.8%-
HSV(B)323.05º78.47%81.96%-
XYZ32.4217.5128.86-
YUV105.55150.83201.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 45 (17.97% from 255) = 11.25%
BLUE value IS 146 (57.42% from 255) = 36.5%
R=52.25%
G=11.25%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094514600.780.300.18323.0564.5749.8
HexD12D9204E1E121434132
Octal321552220116362250310162
Binary11010001101101100100100100111011110100101010000111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12D92; }

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

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

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

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

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

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

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

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