Shades of Cerise #D02867
Tints of Cerise #D02867
RGB
CMYK
RGB Variations
Color information
#D02867 (or 0xD02867) is known color: Cerise. HEX triplet: D0, 28 and 67. RGB value is (208,40,103). Sum of RGB (Red+Green+Blue) = 208+40+103=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D02867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02867 is #2FD798. Grayscale: #616161. Windows color (decimal): -3135385 or 6760656. OLE color: 6760656.
HSL color Cylindrical-coordinate representation of color #D02867: hue angle of 337.5º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02867 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 103 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.18 |
| HSL | 337.5º | 0.68% | 0.49% | - |
| HSV(B) | 337.5º | 0.81% | 0.82% | - |
| XYZ | 29.22 | 15.91 | 14.36 | - |
| YUV | 97.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 103 | 0 | 0.81 | 0.50 | 0.18 | 337.5 | 0.68 | 0.49 |
| Hex | D0 | 28 | 67 | 0 | 51 | 32 | 12 | 152 | 44 | 31 |
| Octal | 320 | 50 | 147 | 0 | 121 | 62 | 22 | 522 | 104 | 61 |
| Binary | 11010000 | 101000 | 1100111 | 0 | 1010001 | 110010 | 10010 | 101010010 | 1000100 | 110001 |
Color Harmonies of #D02867
Complementary color
Monochromatic Colors of #D02867
Black with #D02867
Text Example
Text Example
White with #D02867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02867; }
p { color: rgb(208,40,103); }
H1.HeaderClassName
{
color: #D02867;
}
.AnyTagClassName
{
color: #D02867;
}
</style>
background-color css
<style>
a { background-color: #D02867; }
a { background-color: rgb(208,40,103); }
div.DivClassName
{
background-color: #D02867;
}
.BgClassName
{
background-color: #D02867;
}
</style>
border-color css
<style>
span { border-color: #D02867; }
span { border-color: rgb(208,40,103); }
td.TdClassName
{
border-color: #D02867;
}
.TagClassName
{
border-color: #D02867;
}
</style>