#D22F82

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

Shades of Deep Cerise #D22F82

Tints of Deep Cerise #D22F82

Color information

#D22F82 (or 0xD22F82) is unknown color: approx Deep Cerise. HEX triplet: D2, 2F and 82. RGB value is (210,47,130). Sum of RGB (Red+Green+Blue) = 210+47+130=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F82 is #2DD07D. Grayscale: #696969. Windows color (decimal): -3002494 or 8531922. OLE color: 8531922.

HSL color Cylindrical-coordinate representation of color #D22F82: hue angle of 329.45º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22F82 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB21047130-
CMYK00.780.380.18
HSL329.45º64.43%50.39%-
HSV(B)329.45º77.62%82.35%-
XYZ31.6217.3522.8-
YUV105.2142202.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.26%
GREEN value IS 47 (18.75% from 255) = 12.14%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=54.26%
G=12.14%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104713000.780.380.18329.4564.4350.39
HexD22F8204E26121494032
Octal322572020116462251110062
Binary110100101011111000001001001110100110100101010010011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22F82; }

 p { color: rgb(210,47,130); }

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

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

 a { background-color: rgb(210,47,130); }

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

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

 span { border-color: rgb(210,47,130); }

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