Shades of Cerise #D02465
Tints of Cerise #D02465
RGB
CMYK
RGB Variations
Color information
#D02465 (or 0xD02465) is known color: Cerise. HEX triplet: D0, 24 and 65. RGB value is (208,36,101). Sum of RGB (Red+Green+Blue) = 208+36+101=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D02465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02465 is #2FDB9A. Grayscale: #5E5E5E. Windows color (decimal): -3136411 or 6628560. OLE color: 6628560.
HSL color Cylindrical-coordinate representation of color #D02465: hue angle of 337.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02465 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 101 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.18 |
| HSL | 337.33º | 0.7% | 0.48% | - |
| HSV(B) | 337.33º | 0.83% | 0.82% | - |
| XYZ | 28.99 | 15.61 | 13.8 | - |
| YUV | 94.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 101 | 0 | 0.83 | 0.51 | 0.18 | 337.33 | 0.7 | 0.48 |
| Hex | D0 | 24 | 65 | 0 | 53 | 33 | 12 | 151 | 46 | 30 |
| Octal | 320 | 44 | 145 | 0 | 123 | 63 | 22 | 521 | 106 | 60 |
| Binary | 11010000 | 100100 | 1100101 | 0 | 1010011 | 110011 | 10010 | 101010001 | 1000110 | 110000 |
Color Harmonies of #D02465
Complementary color
Monochromatic Colors of #D02465
Black with #D02465
Text Example
Text Example
White with #D02465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02465; }
p { color: rgb(208,36,101); }
H1.HeaderClassName
{
color: #D02465;
}
.AnyTagClassName
{
color: #D02465;
}
</style>
background-color css
<style>
a { background-color: #D02465; }
a { background-color: rgb(208,36,101); }
div.DivClassName
{
background-color: #D02465;
}
.BgClassName
{
background-color: #D02465;
}
</style>
border-color css
<style>
span { border-color: #D02465; }
span { border-color: rgb(208,36,101); }
td.TdClassName
{
border-color: #D02465;
}
.TagClassName
{
border-color: #D02465;
}
</style>