#D92888

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

Shades of Deep Cerise #D92888

Tints of Deep Cerise #D92888

Color information

#D92888 (or 0xD92888) is unknown color: approx Deep Cerise. HEX triplet: D9, 28 and 88. RGB value is (217,40,136). Sum of RGB (Red+Green+Blue) = 217+40+136=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D92888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92888 is #26D777. Grayscale: #676767. Windows color (decimal): -2545528 or 8923353. OLE color: 8923353.

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

Color convert

RGB21740136-
CMYK00.820.370.15
HSL327.46º69.96%50.39%-
HSV(B)327.46º81.57%85.1%-
XYZ33.8218.0524.99-
YUV103.87146.14208.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.22%
GREEN value IS 40 (16.02% from 255) = 10.18%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=55.22%
G=10.18%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174013600.820.370.15327.4669.9650.39
HexD9288805225F1474632
Octal331502100122451750710662
Binary11011001101000100010000101001010010111111010001111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92888; }

 p { color: rgb(217,40,136); }

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

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

 a { background-color: rgb(217,40,136); }

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

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

 span { border-color: rgb(217,40,136); }

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