Shades of Cerise #D02E6C
Tints of Cerise #D02E6C
RGB
CMYK
RGB Variations
Color information
#D02E6C (or 0xD02E6C) is known color: Cerise. HEX triplet: D0, 2E and 6C. RGB value is (208,46,108). Sum of RGB (Red+Green+Blue) = 208+46+108=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02E6C is #2FD193. Grayscale: #656565. Windows color (decimal): -3133844 or 7089872. OLE color: 7089872.
HSL color Cylindrical-coordinate representation of color #D02E6C: hue angle of 337.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02E6C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 46 | 108 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.18 |
| HSL | 337.04º | 0.64% | 0.5% | - |
| HSV(B) | 337.04º | 0.78% | 0.82% | - |
| XYZ | 29.7 | 16.45 | 15.8 | - |
| YUV | 101.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 108 | 0 | 0.78 | 0.48 | 0.18 | 337.04 | 0.64 | 0.5 |
| Hex | D0 | 2E | 6C | 0 | 4E | 30 | 12 | 151 | 40 | 32 |
| Octal | 320 | 56 | 154 | 0 | 116 | 60 | 22 | 521 | 100 | 62 |
| Binary | 11010000 | 101110 | 1101100 | 0 | 1001110 | 110000 | 10010 | 101010001 | 1000000 | 110010 |
Color Harmonies of #D02E6C
Complementary color
Monochromatic Colors of #D02E6C
Black with #D02E6C
Text Example
Text Example
White with #D02E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02E6C; }
p { color: rgb(208,46,108); }
H1.HeaderClassName
{
color: #D02E6C;
}
.AnyTagClassName
{
color: #D02E6C;
}
</style>
background-color css
<style>
a { background-color: #D02E6C; }
a { background-color: rgb(208,46,108); }
div.DivClassName
{
background-color: #D02E6C;
}
.BgClassName
{
background-color: #D02E6C;
}
</style>
border-color css
<style>
span { border-color: #D02E6C; }
span { border-color: rgb(208,46,108); }
td.TdClassName
{
border-color: #D02E6C;
}
.TagClassName
{
border-color: #D02E6C;
}
</style>