Shades of Cerise #D22168
Tints of Cerise #D22168
RGB
CMYK
RGB Variations
Color information
#D22168 (or 0xD22168) is known color: Cerise. HEX triplet: D2, 21 and 68. RGB value is (210,33,104). Sum of RGB (Red+Green+Blue) = 210+33+104=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D22168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22168 is #2DDE97. Grayscale: #5D5D5D. Windows color (decimal): -3006104 or 6824402. OLE color: 6824402.
HSL color Cylindrical-coordinate representation of color #D22168: hue angle of 335.93º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D22168 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 104 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.18 |
| HSL | 335.93º | 0.73% | 0.48% | - |
| HSV(B) | 335.93º | 0.84% | 0.82% | - |
| XYZ | 29.62 | 15.79 | 14.58 | - |
| YUV | 94.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 104 | 0 | 0.84 | 0.50 | 0.18 | 335.93 | 0.73 | 0.48 |
| Hex | D2 | 21 | 68 | 0 | 54 | 32 | 12 | 150 | 49 | 30 |
| Octal | 322 | 41 | 150 | 0 | 124 | 62 | 22 | 520 | 111 | 60 |
| Binary | 11010010 | 100001 | 1101000 | 0 | 1010100 | 110010 | 10010 | 101010000 | 1001001 | 110000 |
Color Harmonies of #D22168
Complementary color
Monochromatic Colors of #D22168
Black with #D22168
Text Example
Text Example
White with #D22168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22168; }
p { color: rgb(210,33,104); }
H1.HeaderClassName
{
color: #D22168;
}
.AnyTagClassName
{
color: #D22168;
}
</style>
background-color css
<style>
a { background-color: #D22168; }
a { background-color: rgb(210,33,104); }
div.DivClassName
{
background-color: #D22168;
}
.BgClassName
{
background-color: #D22168;
}
</style>
border-color css
<style>
span { border-color: #D22168; }
span { border-color: rgb(210,33,104); }
td.TdClassName
{
border-color: #D22168;
}
.TagClassName
{
border-color: #D22168;
}
</style>