Shades of Cerise #D03166
Tints of Cerise #D03166
RGB
CMYK
RGB Variations
Color information
#D03166 (or 0xD03166) is known color: Cerise. HEX triplet: D0, 31 and 66. RGB value is (208,49,102). Sum of RGB (Red+Green+Blue) = 208+49+102=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D03166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03166 is #2FCE99. Grayscale: #666666. Windows color (decimal): -3133082 or 6697424. OLE color: 6697424.
HSL color Cylindrical-coordinate representation of color #D03166: hue angle of 340º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03166 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 102 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.18 |
| HSL | 340º | 0.63% | 0.5% | - |
| HSV(B) | 340º | 0.76% | 0.82% | - |
| XYZ | 29.51 | 16.57 | 14.21 | - |
| YUV | 102.58 | 127.68 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 102 | 0 | 0.76 | 0.51 | 0.18 | 340 | 0.63 | 0.5 |
| Hex | D0 | 31 | 66 | 0 | 4C | 33 | 12 | 154 | 3F | 32 |
| Octal | 320 | 61 | 146 | 0 | 114 | 63 | 22 | 524 | 77 | 62 |
| Binary | 11010000 | 110001 | 1100110 | 0 | 1001100 | 110011 | 10010 | 101010100 | 111111 | 110010 |
Color Harmonies of #D03166
Complementary color
Monochromatic Colors of #D03166
Black with #D03166
Text Example
Text Example
White with #D03166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03166; }
p { color: rgb(208,49,102); }
H1.HeaderClassName
{
color: #D03166;
}
.AnyTagClassName
{
color: #D03166;
}
</style>
background-color css
<style>
a { background-color: #D03166; }
a { background-color: rgb(208,49,102); }
div.DivClassName
{
background-color: #D03166;
}
.BgClassName
{
background-color: #D03166;
}
</style>
border-color css
<style>
span { border-color: #D03166; }
span { border-color: rgb(208,49,102); }
td.TdClassName
{
border-color: #D03166;
}
.TagClassName
{
border-color: #D03166;
}
</style>