Shades of Cerise #D22B5D
Tints of Cerise #D22B5D
RGB
CMYK
RGB Variations
Color information
#D22B5D (or 0xD22B5D) is known color: Cerise. HEX triplet: D2, 2B and 5D. RGB value is (210,43,93). Sum of RGB (Red+Green+Blue) = 210+43+93=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B5D is #2DD4A2. Grayscale: #626262. Windows color (decimal): -3003555 or 6106066. OLE color: 6106066.
HSL color Cylindrical-coordinate representation of color #D22B5D: hue angle of 342.04º 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 #D22B5D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 93 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.18 |
| HSL | 342.04º | 0.66% | 0.5% | - |
| HSV(B) | 342.04º | 0.8% | 0.82% | - |
| XYZ | 29.42 | 16.22 | 11.94 | - |
| YUV | 98.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 93 | 0 | 0.80 | 0.56 | 0.18 | 342.04 | 0.66 | 0.5 |
| Hex | D2 | 2B | 5D | 0 | 50 | 38 | 12 | 156 | 42 | 32 |
| Octal | 322 | 53 | 135 | 0 | 120 | 70 | 22 | 526 | 102 | 62 |
| Binary | 11010010 | 101011 | 1011101 | 0 | 1010000 | 111000 | 10010 | 101010110 | 1000010 | 110010 |
Color Harmonies of #D22B5D
Complementary color
Monochromatic Colors of #D22B5D
Black with #D22B5D
Text Example
Text Example
White with #D22B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B5D; }
p { color: rgb(210,43,93); }
H1.HeaderClassName
{
color: #D22B5D;
}
.AnyTagClassName
{
color: #D22B5D;
}
</style>
background-color css
<style>
a { background-color: #D22B5D; }
a { background-color: rgb(210,43,93); }
div.DivClassName
{
background-color: #D22B5D;
}
.BgClassName
{
background-color: #D22B5D;
}
</style>
border-color css
<style>
span { border-color: #D22B5D; }
span { border-color: rgb(210,43,93); }
td.TdClassName
{
border-color: #D22B5D;
}
.TagClassName
{
border-color: #D22B5D;
}
</style>