Shades of Cerise #D02D66
Tints of Cerise #D02D66
RGB
CMYK
RGB Variations
Color information
#D02D66 (or 0xD02D66) is known color: Cerise. HEX triplet: D0, 2D and 66. RGB value is (208,45,102). Sum of RGB (Red+Green+Blue) = 208+45+102=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D66 is #2FD299. Grayscale: #646464. Windows color (decimal): -3134106 or 6696400. OLE color: 6696400.
HSL color Cylindrical-coordinate representation of color #D02D66: hue angle of 339.02º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D66 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 102 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.18 |
| HSL | 339.02º | 0.64% | 0.5% | - |
| HSV(B) | 339.02º | 0.78% | 0.82% | - |
| XYZ | 29.35 | 16.25 | 14.16 | - |
| YUV | 100.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 102 | 0 | 0.78 | 0.51 | 0.18 | 339.02 | 0.64 | 0.5 |
| Hex | D0 | 2D | 66 | 0 | 4E | 33 | 12 | 153 | 40 | 32 |
| Octal | 320 | 55 | 146 | 0 | 116 | 63 | 22 | 523 | 100 | 62 |
| Binary | 11010000 | 101101 | 1100110 | 0 | 1001110 | 110011 | 10010 | 101010011 | 1000000 | 110010 |
Color Harmonies of #D02D66
Complementary color
Monochromatic Colors of #D02D66
Black with #D02D66
Text Example
Text Example
White with #D02D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D66; }
p { color: rgb(208,45,102); }
H1.HeaderClassName
{
color: #D02D66;
}
.AnyTagClassName
{
color: #D02D66;
}
</style>
background-color css
<style>
a { background-color: #D02D66; }
a { background-color: rgb(208,45,102); }
div.DivClassName
{
background-color: #D02D66;
}
.BgClassName
{
background-color: #D02D66;
}
</style>
border-color css
<style>
span { border-color: #D02D66; }
span { border-color: rgb(208,45,102); }
td.TdClassName
{
border-color: #D02D66;
}
.TagClassName
{
border-color: #D02D66;
}
</style>