Shades of Cerise #D03063
Tints of Cerise #D03063
RGB
CMYK
RGB Variations
Color information
#D03063 (or 0xD03063) is known color: Cerise. HEX triplet: D0, 30 and 63. RGB value is (208,48,99). Sum of RGB (Red+Green+Blue) = 208+48+99=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D03063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03063 is #2FCF9C. Grayscale: #656565. Windows color (decimal): -3133341 or 6500560. OLE color: 6500560.
HSL color Cylindrical-coordinate representation of color #D03063: hue angle of 340.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03063 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 99 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.18 |
| HSL | 340.88º | 0.63% | 0.5% | - |
| HSV(B) | 340.88º | 0.77% | 0.82% | - |
| XYZ | 29.32 | 16.42 | 13.43 | - |
| YUV | 101.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 99 | 0 | 0.77 | 0.52 | 0.18 | 340.88 | 0.63 | 0.5 |
| Hex | D0 | 30 | 63 | 0 | 4D | 34 | 12 | 155 | 3F | 32 |
| Octal | 320 | 60 | 143 | 0 | 115 | 64 | 22 | 525 | 77 | 62 |
| Binary | 11010000 | 110000 | 1100011 | 0 | 1001101 | 110100 | 10010 | 101010101 | 111111 | 110010 |
Color Harmonies of #D03063
Complementary color
Monochromatic Colors of #D03063
Black with #D03063
Text Example
Text Example
White with #D03063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03063; }
p { color: rgb(208,48,99); }
H1.HeaderClassName
{
color: #D03063;
}
.AnyTagClassName
{
color: #D03063;
}
</style>
background-color css
<style>
a { background-color: #D03063; }
a { background-color: rgb(208,48,99); }
div.DivClassName
{
background-color: #D03063;
}
.BgClassName
{
background-color: #D03063;
}
</style>
border-color css
<style>
span { border-color: #D03063; }
span { border-color: rgb(208,48,99); }
td.TdClassName
{
border-color: #D03063;
}
.TagClassName
{
border-color: #D03063;
}
</style>