Shades of Deep Cerise #D02C8E
Tints of Deep Cerise #D02C8E
RGB
CMYK
RGB Variations
Color information
#D02C8E (or 0xD02C8E) is known color: Deep Cerise. HEX triplet: D0, 2C and 8E. RGB value is (208,44,142). Sum of RGB (Red+Green+Blue) = 208+44+142=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C8E is #2FD371. Grayscale: #676767. Windows color (decimal): -3134322 or 9317584. OLE color: 9317584.
HSL color Cylindrical-coordinate representation of color #D02C8E: hue angle of 324.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C8E is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 142 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.18 |
| HSL | 324.15º | 0.65% | 0.49% | - |
| HSV(B) | 324.15º | 0.79% | 0.82% | - |
| XYZ | 31.8 | 17.16 | 27.23 | - |
| YUV | 104.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 142 | 0 | 0.79 | 0.32 | 0.18 | 324.15 | 0.65 | 0.49 |
| Hex | D0 | 2C | 8E | 0 | 4F | 20 | 12 | 144 | 41 | 31 |
| Octal | 320 | 54 | 216 | 0 | 117 | 40 | 22 | 504 | 101 | 61 |
| Binary | 11010000 | 101100 | 10001110 | 0 | 1001111 | 100000 | 10010 | 101000100 | 1000001 | 110001 |
Color Harmonies of #D02C8E
Complementary color
Monochromatic Colors of #D02C8E
Black with #D02C8E
Text Example
Text Example
White with #D02C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C8E; }
p { color: rgb(208,44,142); }
H1.HeaderClassName
{
color: #D02C8E;
}
.AnyTagClassName
{
color: #D02C8E;
}
</style>
background-color css
<style>
a { background-color: #D02C8E; }
a { background-color: rgb(208,44,142); }
div.DivClassName
{
background-color: #D02C8E;
}
.BgClassName
{
background-color: #D02C8E;
}
</style>
border-color css
<style>
span { border-color: #D02C8E; }
span { border-color: rgb(208,44,142); }
td.TdClassName
{
border-color: #D02C8E;
}
.TagClassName
{
border-color: #D02C8E;
}
</style>