Shades of Deep Cerise #D02C85
Tints of Deep Cerise #D02C85
RGB
CMYK
RGB Variations
Color information
#D02C85 (or 0xD02C85) is known color: Deep Cerise. HEX triplet: D0, 2C and 85. RGB value is (208,44,133). Sum of RGB (Red+Green+Blue) = 208+44+133=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C85 is #2FD37A. Grayscale: #666666. Windows color (decimal): -3134331 or 8727760. OLE color: 8727760.
HSL color Cylindrical-coordinate representation of color #D02C85: hue angle of 327.44º 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 #D02C85 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 133 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.18 |
| HSL | 327.44º | 0.65% | 0.49% | - |
| HSV(B) | 327.44º | 0.79% | 0.82% | - |
| XYZ | 31.15 | 16.9 | 23.81 | - |
| YUV | 103.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 133 | 0 | 0.79 | 0.36 | 0.18 | 327.44 | 0.65 | 0.49 |
| Hex | D0 | 2C | 85 | 0 | 4F | 24 | 12 | 147 | 41 | 31 |
| Octal | 320 | 54 | 205 | 0 | 117 | 44 | 22 | 507 | 101 | 61 |
| Binary | 11010000 | 101100 | 10000101 | 0 | 1001111 | 100100 | 10010 | 101000111 | 1000001 | 110001 |
Color Harmonies of #D02C85
Complementary color
Monochromatic Colors of #D02C85
Black with #D02C85
Text Example
Text Example
White with #D02C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C85; }
p { color: rgb(208,44,133); }
H1.HeaderClassName
{
color: #D02C85;
}
.AnyTagClassName
{
color: #D02C85;
}
</style>
background-color css
<style>
a { background-color: #D02C85; }
a { background-color: rgb(208,44,133); }
div.DivClassName
{
background-color: #D02C85;
}
.BgClassName
{
background-color: #D02C85;
}
</style>
border-color css
<style>
span { border-color: #D02C85; }
span { border-color: rgb(208,44,133); }
td.TdClassName
{
border-color: #D02C85;
}
.TagClassName
{
border-color: #D02C85;
}
</style>