#D92A8C

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

Shades of Deep Cerise #D92A8C

Tints of Deep Cerise #D92A8C

Color information

#D92A8C (or 0xD92A8C) is unknown color: approx Deep Cerise. HEX triplet: D9, 2A and 8C. RGB value is (217,42,140). Sum of RGB (Red+Green+Blue) = 217+42+140=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92A8C is #26D573. Grayscale: #696969. Windows color (decimal): -2545012 or 9186009. OLE color: 9186009.

HSL color Cylindrical-coordinate representation of color #D92A8C: hue angle of 326.4º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A8C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21742140-
CMYK00.810.350.15
HSL326.4º69.72%50.78%-
HSV(B)326.4º80.65%85.1%-
XYZ34.1818.326.54-
YUV105.5147.48207.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 42 (16.80% from 255) = 10.53%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=54.39%
G=10.53%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174214000.810.350.15326.469.7250.78
HexD92A8C05123F1464633
Octal331522140121431750610663
Binary11011001101010100011000101000110001111111010001101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92A8C; }

 p { color: rgb(217,42,140); }

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

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

 a { background-color: rgb(217,42,140); }

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

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

 span { border-color: rgb(217,42,140); }

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