#D22B56

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

Shades of Cerise #D22B56

Tints of Cerise #D22B56

Color information

#D22B56 (or 0xD22B56) is unknown color: approx Cerise. HEX triplet: D2, 2B and 56. RGB value is (210,43,86). Sum of RGB (Red+Green+Blue) = 210+43+86=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B56 is #2DD4A9. Grayscale: #616161. Windows color (decimal): -3003562 or 5647314. OLE color: 5647314.

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

Color convert

RGB2104386-
CMYK00.800.590.18
HSL344.55º66.01%49.61%-
HSV(B)344.55º79.52%82.35%-
XYZ29.1216.110.38-
YUV97.84121.33208-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.95%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=61.95%
G=12.68%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210438600.800.590.18344.5566.0149.61
HexD22B560503B121594232
Octal322531260120732253110262
Binary11010010101011101011001010000111011100101010110011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22B56; }

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

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

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

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

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

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

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

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