Shades of Cerise #D03165
Tints of Cerise #D03165
RGB
CMYK
RGB Variations
Color information
#D03165 (or 0xD03165) is known color: Cerise. HEX triplet: D0, 31 and 65. RGB value is (208,49,101). Sum of RGB (Red+Green+Blue) = 208+49+101=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D03165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03165 is #2FCE9A. Grayscale: #666666. Windows color (decimal): -3133083 or 6631888. OLE color: 6631888.
HSL color Cylindrical-coordinate representation of color #D03165: hue angle of 340.38º 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 #D03165 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 101 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.18 |
| HSL | 340.38º | 0.63% | 0.5% | - |
| HSV(B) | 340.38º | 0.76% | 0.82% | - |
| XYZ | 29.46 | 16.55 | 13.95 | - |
| YUV | 102.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 101 | 0 | 0.76 | 0.51 | 0.18 | 340.38 | 0.63 | 0.5 |
| Hex | D0 | 31 | 65 | 0 | 4C | 33 | 12 | 154 | 3F | 32 |
| Octal | 320 | 61 | 145 | 0 | 114 | 63 | 22 | 524 | 77 | 62 |
| Binary | 11010000 | 110001 | 1100101 | 0 | 1001100 | 110011 | 10010 | 101010100 | 111111 | 110010 |
Color Harmonies of #D03165
Complementary color
Monochromatic Colors of #D03165
Black with #D03165
Text Example
Text Example
White with #D03165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03165; }
p { color: rgb(208,49,101); }
H1.HeaderClassName
{
color: #D03165;
}
.AnyTagClassName
{
color: #D03165;
}
</style>
background-color css
<style>
a { background-color: #D03165; }
a { background-color: rgb(208,49,101); }
div.DivClassName
{
background-color: #D03165;
}
.BgClassName
{
background-color: #D03165;
}
</style>
border-color css
<style>
span { border-color: #D03165; }
span { border-color: rgb(208,49,101); }
td.TdClassName
{
border-color: #D03165;
}
.TagClassName
{
border-color: #D03165;
}
</style>