#D92482

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

Shades of Deep Cerise #D92482

Tints of Deep Cerise #D92482

Color information

#D92482 (or 0xD92482) is unknown color: approx Deep Cerise. HEX triplet: D9, 24 and 82. RGB value is (217,36,130). Sum of RGB (Red+Green+Blue) = 217+36+130=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D92482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92482 is #26DB7D. Grayscale: #646464. Windows color (decimal): -2546558 or 8529113. OLE color: 8529113.

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

Color convert

RGB21736130-
CMYK00.830.400.15
HSL328.84º71.54%49.61%-
HSV(B)328.84º83.41%85.1%-
XYZ33.2817.6322.77-
YUV100.83144.47210.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.66%
GREEN value IS 36 (14.45% from 255) = 9.40%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=56.66%
G=9.40%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173613000.830.400.15328.8471.5449.61
HexD9248205328F1494832
Octal331442020123501751111062
Binary11011001100100100000100101001110100011111010010011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92482; }

 p { color: rgb(217,36,130); }

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

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

 a { background-color: rgb(217,36,130); }

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

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

 span { border-color: rgb(217,36,130); }

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