Shades of Cerise #D22866
Tints of Cerise #D22866
RGB
CMYK
RGB Variations
Color information
#D22866 (or 0xD22866) is known color: Cerise. HEX triplet: D2, 28 and 66. RGB value is (210,40,102). Sum of RGB (Red+Green+Blue) = 210+40+102=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D22866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22866 is #2DD799. Grayscale: #616161. Windows color (decimal): -3004314 or 6695122. OLE color: 6695122.
HSL color Cylindrical-coordinate representation of color #D22866: hue angle of 338.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22866 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 102 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.18 |
| HSL | 338.12º | 0.68% | 0.49% | - |
| HSV(B) | 338.12º | 0.81% | 0.82% | - |
| XYZ | 29.74 | 16.18 | 14.13 | - |
| YUV | 97.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 102 | 0 | 0.81 | 0.51 | 0.18 | 338.12 | 0.68 | 0.49 |
| Hex | D2 | 28 | 66 | 0 | 51 | 33 | 12 | 152 | 44 | 31 |
| Octal | 322 | 50 | 146 | 0 | 121 | 63 | 22 | 522 | 104 | 61 |
| Binary | 11010010 | 101000 | 1100110 | 0 | 1010001 | 110011 | 10010 | 101010010 | 1000100 | 110001 |
Color Harmonies of #D22866
Complementary color
Monochromatic Colors of #D22866
Black with #D22866
Text Example
Text Example
White with #D22866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22866; }
p { color: rgb(210,40,102); }
H1.HeaderClassName
{
color: #D22866;
}
.AnyTagClassName
{
color: #D22866;
}
</style>
background-color css
<style>
a { background-color: #D22866; }
a { background-color: rgb(210,40,102); }
div.DivClassName
{
background-color: #D22866;
}
.BgClassName
{
background-color: #D22866;
}
</style>
border-color css
<style>
span { border-color: #D22866; }
span { border-color: rgb(210,40,102); }
td.TdClassName
{
border-color: #D22866;
}
.TagClassName
{
border-color: #D22866;
}
</style>