#D22E70

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

Shades of Cerise #D22E70

Tints of Cerise #D22E70

Color information

#D22E70 (or 0xD22E70) is unknown color: approx Cerise. HEX triplet: D2, 2E and 70. RGB value is (210,46,112). Sum of RGB (Red+Green+Blue) = 210+46+112=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22E70 is #2DD18F. Grayscale: #666666. Windows color (decimal): -3002768 or 7352018. OLE color: 7352018.

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

Color convert

RGB21046112-
CMYK00.780.470.18
HSL335.85º64.57%50.2%-
HSV(B)335.85º78.1%82.35%-
XYZ30.4816.8316.97-
YUV102.56133.33204.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.07%
GREEN value IS 46 (18.36% from 255) = 12.5%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=57.07%
G=12.5%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104611200.780.470.18335.8564.5750.2
HexD22E7004E2F121504132
Octal322561600116572252010162
Binary11010010101110111000001001110101111100101010100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22E70; }

 p { color: rgb(210,46,112); }

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

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

 a { background-color: rgb(210,46,112); }

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

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

 span { border-color: rgb(210,46,112); }

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