Shades of Deep Cerise #D02785
Tints of Deep Cerise #D02785
RGB
CMYK
RGB Variations
Color information
#D02785 (or 0xD02785) is known color: Deep Cerise. HEX triplet: D0, 27 and 85. RGB value is (208,39,133). Sum of RGB (Red+Green+Blue) = 208+39+133=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D02785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02785 is #2FD87A. Grayscale: #646464. Windows color (decimal): -3135611 or 8726480. OLE color: 8726480.
HSL color Cylindrical-coordinate representation of color #D02785: hue angle of 326.63º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02785 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 133 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.18 |
| HSL | 326.63º | 0.68% | 0.48% | - |
| HSV(B) | 326.63º | 0.81% | 0.82% | - |
| XYZ | 30.97 | 16.55 | 23.75 | - |
| YUV | 100.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 133 | 0 | 0.81 | 0.36 | 0.18 | 326.63 | 0.68 | 0.48 |
| Hex | D0 | 27 | 85 | 0 | 51 | 24 | 12 | 147 | 44 | 30 |
| Octal | 320 | 47 | 205 | 0 | 121 | 44 | 22 | 507 | 104 | 60 |
| Binary | 11010000 | 100111 | 10000101 | 0 | 1010001 | 100100 | 10010 | 101000111 | 1000100 | 110000 |
Color Harmonies of #D02785
Complementary color
Monochromatic Colors of #D02785
Black with #D02785
Text Example
Text Example
White with #D02785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02785; }
p { color: rgb(208,39,133); }
H1.HeaderClassName
{
color: #D02785;
}
.AnyTagClassName
{
color: #D02785;
}
</style>
background-color css
<style>
a { background-color: #D02785; }
a { background-color: rgb(208,39,133); }
div.DivClassName
{
background-color: #D02785;
}
.BgClassName
{
background-color: #D02785;
}
</style>
border-color css
<style>
span { border-color: #D02785; }
span { border-color: rgb(208,39,133); }
td.TdClassName
{
border-color: #D02785;
}
.TagClassName
{
border-color: #D02785;
}
</style>