#D92BA8

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

Shades of Deep Cerise #D92BA8

Tints of Deep Cerise #D92BA8

Color information

#D92BA8 (or 0xD92BA8) is unknown color: approx Deep Cerise. HEX triplet: D9, 2B and A8. RGB value is (217,43,168). Sum of RGB (Red+Green+Blue) = 217+43+168=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D92BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92BA8 is #26D457. Grayscale: #6C6C6C. Windows color (decimal): -2544728 or 11021273. OLE color: 11021273.

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

Color convert

RGB21743168-
CMYK00.800.230.15
HSL316.9º69.6%50.98%-
HSV(B)316.9º80.18%85.1%-
XYZ36.5519.3138.85-
YUV109.28161.15204.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.70%
GREEN value IS 43 (17.19% from 255) = 10.05%
BLUE value IS 168 (66.02% from 255) = 39.25%
R=50.70%
G=10.05%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2174316800.800.230.15316.969.650.98
HexD92BA805017F13d4633
Octal331532500120271747510663
Binary1101100110101110101000010100001011111111001111011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92BA8; }

 p { color: rgb(217,43,168); }

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

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

 a { background-color: rgb(217,43,168); }

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

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

 span { border-color: rgb(217,43,168); }

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