#D22F80

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

Shades of Deep Cerise #D22F80

Tints of Deep Cerise #D22F80

Color information

#D22F80 (or 0xD22F80) is unknown color: approx Deep Cerise. HEX triplet: D2, 2F and 80. RGB value is (210,47,128). Sum of RGB (Red+Green+Blue) = 210+47+128=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F80 is #2DD07F. Grayscale: #686868. Windows color (decimal): -3002496 or 8400850. OLE color: 8400850.

HSL color Cylindrical-coordinate representation of color #D22F80: hue angle of 330.18º 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 #D22F80 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB21047128-
CMYK00.780.390.18
HSL330.18º64.43%50.39%-
HSV(B)330.18º77.62%82.35%-
XYZ31.4917.2922.1-
YUV104.97141202.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 47 (18.75% from 255) = 12.21%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=54.55%
G=12.21%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104712800.780.390.18330.1864.4350.39
HexD22F8004E271214a4032
Octal322572000116472251210062
Binary110100101011111000000001001110100111100101010010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22F80; }

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

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

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

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

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

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

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

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