Shades of Cerise #D02266
Tints of Cerise #D02266
RGB
CMYK
RGB Variations
Color information
#D02266 (or 0xD02266) is known color: Cerise. HEX triplet: D0, 22 and 66. RGB value is (208,34,102). Sum of RGB (Red+Green+Blue) = 208+34+102=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D02266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02266 is #2FDD99. Grayscale: #5D5D5D. Windows color (decimal): -3136922 or 6693584. OLE color: 6693584.
HSL color Cylindrical-coordinate representation of color #D02266: hue angle of 336.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02266 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 102 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.18 |
| HSL | 336.55º | 0.72% | 0.47% | - |
| HSV(B) | 336.55º | 0.84% | 0.82% | - |
| XYZ | 28.98 | 15.51 | 14.04 | - |
| YUV | 93.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 102 | 0 | 0.84 | 0.51 | 0.18 | 336.55 | 0.72 | 0.47 |
| Hex | D0 | 22 | 66 | 0 | 54 | 33 | 12 | 151 | 48 | 2F |
| Octal | 320 | 42 | 146 | 0 | 124 | 63 | 22 | 521 | 110 | 57 |
| Binary | 11010000 | 100010 | 1100110 | 0 | 1010100 | 110011 | 10010 | 101010001 | 1001000 | 101111 |
Color Harmonies of #D02266
Complementary color
Monochromatic Colors of #D02266
Black with #D02266
Text Example
Text Example
White with #D02266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02266; }
p { color: rgb(208,34,102); }
H1.HeaderClassName
{
color: #D02266;
}
.AnyTagClassName
{
color: #D02266;
}
</style>
background-color css
<style>
a { background-color: #D02266; }
a { background-color: rgb(208,34,102); }
div.DivClassName
{
background-color: #D02266;
}
.BgClassName
{
background-color: #D02266;
}
</style>
border-color css
<style>
span { border-color: #D02266; }
span { border-color: rgb(208,34,102); }
td.TdClassName
{
border-color: #D02266;
}
.TagClassName
{
border-color: #D02266;
}
</style>