Shades of Cerise #D03064
Tints of Cerise #D03064
RGB
CMYK
RGB Variations
Color information
#D03064 (or 0xD03064) is known color: Cerise. HEX triplet: D0, 30 and 64. RGB value is (208,48,100). Sum of RGB (Red+Green+Blue) = 208+48+100=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D03064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03064 is #2FCF9B. Grayscale: #656565. Windows color (decimal): -3133340 or 6566096. OLE color: 6566096.
HSL color Cylindrical-coordinate representation of color #D03064: hue angle of 340.5º 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 #D03064 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 100 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.18 |
| HSL | 340.5º | 0.63% | 0.5% | - |
| HSV(B) | 340.5º | 0.77% | 0.82% | - |
| XYZ | 29.37 | 16.44 | 13.68 | - |
| YUV | 101.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 100 | 0 | 0.77 | 0.52 | 0.18 | 340.5 | 0.63 | 0.5 |
| Hex | D0 | 30 | 64 | 0 | 4D | 34 | 12 | 154 | 3F | 32 |
| Octal | 320 | 60 | 144 | 0 | 115 | 64 | 22 | 524 | 77 | 62 |
| Binary | 11010000 | 110000 | 1100100 | 0 | 1001101 | 110100 | 10010 | 101010100 | 111111 | 110010 |
Color Harmonies of #D03064
Complementary color
Monochromatic Colors of #D03064
Black with #D03064
Text Example
Text Example
White with #D03064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03064; }
p { color: rgb(208,48,100); }
H1.HeaderClassName
{
color: #D03064;
}
.AnyTagClassName
{
color: #D03064;
}
</style>
background-color css
<style>
a { background-color: #D03064; }
a { background-color: rgb(208,48,100); }
div.DivClassName
{
background-color: #D03064;
}
.BgClassName
{
background-color: #D03064;
}
</style>
border-color css
<style>
span { border-color: #D03064; }
span { border-color: rgb(208,48,100); }
td.TdClassName
{
border-color: #D03064;
}
.TagClassName
{
border-color: #D03064;
}
</style>