#D22B6F

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

Shades of Cerise #D22B6F

Tints of Cerise #D22B6F

Color information

#D22B6F (or 0xD22B6F) is unknown color: approx Cerise. HEX triplet: D2, 2B and 6F. RGB value is (210,43,111). Sum of RGB (Red+Green+Blue) = 210+43+111=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B6F is #2DD490. Grayscale: #646464. Windows color (decimal): -3003537 or 7285714. OLE color: 7285714.

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

Color convert

RGB21043111-
CMYK00.800.470.18
HSL335.57º66.01%49.61%-
HSV(B)335.57º79.52%82.35%-
XYZ30.3116.5816.64-
YUV100.68133.83205.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.69%
GREEN value IS 43 (17.19% from 255) = 11.81%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=57.69%
G=11.81%
B=30.49%

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
Decimal2104311100.800.470.18335.5766.0149.61
HexD22B6F0502F121504232
Octal322531570120572252010262
Binary11010010101011110111101010000101111100101010100001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22B6F; }

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

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

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

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

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

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

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

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