Shades of Cerise #D02564
Tints of Cerise #D02564
RGB
CMYK
RGB Variations
Color information
#D02564 (or 0xD02564) is known color: Cerise. HEX triplet: D0, 25 and 64. RGB value is (208,37,100). Sum of RGB (Red+Green+Blue) = 208+37+100=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D02564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02564 is #2FDA9B. Grayscale: #5F5F5F. Windows color (decimal): -3136156 or 6563280. OLE color: 6563280.
HSL color Cylindrical-coordinate representation of color #D02564: hue angle of 337.89º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02564 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 100 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.18 |
| HSL | 337.89º | 0.7% | 0.48% | - |
| HSV(B) | 337.89º | 0.82% | 0.82% | - |
| XYZ | 28.97 | 15.65 | 13.55 | - |
| YUV | 95.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 100 | 0 | 0.82 | 0.52 | 0.18 | 337.89 | 0.7 | 0.48 |
| Hex | D0 | 25 | 64 | 0 | 52 | 34 | 12 | 152 | 46 | 30 |
| Octal | 320 | 45 | 144 | 0 | 122 | 64 | 22 | 522 | 106 | 60 |
| Binary | 11010000 | 100101 | 1100100 | 0 | 1010010 | 110100 | 10010 | 101010010 | 1000110 | 110000 |
Color Harmonies of #D02564
Complementary color
Monochromatic Colors of #D02564
Black with #D02564
Text Example
Text Example
White with #D02564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02564; }
p { color: rgb(208,37,100); }
H1.HeaderClassName
{
color: #D02564;
}
.AnyTagClassName
{
color: #D02564;
}
</style>
background-color css
<style>
a { background-color: #D02564; }
a { background-color: rgb(208,37,100); }
div.DivClassName
{
background-color: #D02564;
}
.BgClassName
{
background-color: #D02564;
}
</style>
border-color css
<style>
span { border-color: #D02564; }
span { border-color: rgb(208,37,100); }
td.TdClassName
{
border-color: #D02564;
}
.TagClassName
{
border-color: #D02564;
}
</style>