#D92891

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

Shades of Deep Cerise #D92891

Tints of Deep Cerise #D92891

Color information

#D92891 (or 0xD92891) is unknown color: approx Deep Cerise. HEX triplet: D9, 28 and 91. RGB value is (217,40,145). Sum of RGB (Red+Green+Blue) = 217+40+145=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92891 is #26D76E. Grayscale: #686868. Windows color (decimal): -2545519 or 9513177. OLE color: 9513177.

HSL color Cylindrical-coordinate representation of color #D92891: hue angle of 324.41º 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 #D92891 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21740145-
CMYK00.820.330.15
HSL324.41º69.96%50.39%-
HSV(B)324.41º81.57%85.1%-
XYZ34.4818.3128.51-
YUV104.89150.64207.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.98%
GREEN value IS 40 (16.02% from 255) = 9.95%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=53.98%
G=9.95%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174014500.820.330.15324.4169.9650.39
HexD9289105221F1444632
Octal331502210122411750410662
Binary11011001101000100100010101001010000111111010001001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92891; }

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

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

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

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

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

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

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

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