#D22B70

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

Shades of Cerise #D22B70

Tints of Cerise #D22B70

Color information

#D22B70 (or 0xD22B70) is unknown color: approx Cerise. HEX triplet: D2, 2B and 70. RGB value is (210,43,112). Sum of RGB (Red+Green+Blue) = 210+43+112=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B70 is #2DD48F. Grayscale: #646464. Windows color (decimal): -3003536 or 7351250. OLE color: 7351250.

HSL color Cylindrical-coordinate representation of color #D22B70: hue angle of 335.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B70 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB21043112-
CMYK00.800.470.18
HSL335.21º66.01%49.61%-
HSV(B)335.21º79.52%82.35%-
XYZ30.3716.616.93-
YUV100.8134.33205.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.53%
GREEN value IS 43 (17.19% from 255) = 11.78%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=57.53%
G=11.78%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104311200.800.470.18335.2166.0149.61
HexD22B700502F1214f4232
Octal322531600120572251710262
Binary11010010101011111000001010000101111100101010011111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22B70; }

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

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

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

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

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

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

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

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