Shades of Deep Cerise #D03784
Tints of Deep Cerise #D03784
RGB
CMYK
RGB Variations
Color information
#D03784 (or 0xD03784) is known color: Deep Cerise. HEX triplet: D0, 37 and 84. RGB value is (208,55,132). Sum of RGB (Red+Green+Blue) = 208+55+132=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D03784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03784 is #2FC87B. Grayscale: #6D6D6D. Windows color (decimal): -3131516 or 8665040. OLE color: 8665040.
HSL color Cylindrical-coordinate representation of color #D03784: hue angle of 329.8º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03784 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 132 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.18 |
| HSL | 329.8º | 0.62% | 0.52% | - |
| HSV(B) | 329.8º | 0.74% | 0.82% | - |
| XYZ | 31.54 | 17.81 | 23.6 | - |
| YUV | 109.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 132 | 0 | 0.74 | 0.37 | 0.18 | 329.8 | 0.62 | 0.52 |
| Hex | D0 | 37 | 84 | 0 | 4A | 25 | 12 | 14A | 3E | 34 |
| Octal | 320 | 67 | 204 | 0 | 112 | 45 | 22 | 512 | 76 | 64 |
| Binary | 11010000 | 110111 | 10000100 | 0 | 1001010 | 100101 | 10010 | 101001010 | 111110 | 110100 |
Color Harmonies of #D03784
Complementary color
Monochromatic Colors of #D03784
Black with #D03784
Text Example
Text Example
White with #D03784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03784; }
p { color: rgb(208,55,132); }
H1.HeaderClassName
{
color: #D03784;
}
.AnyTagClassName
{
color: #D03784;
}
</style>
background-color css
<style>
a { background-color: #D03784; }
a { background-color: rgb(208,55,132); }
div.DivClassName
{
background-color: #D03784;
}
.BgClassName
{
background-color: #D03784;
}
</style>
border-color css
<style>
span { border-color: #D03784; }
span { border-color: rgb(208,55,132); }
td.TdClassName
{
border-color: #D03784;
}
.TagClassName
{
border-color: #D03784;
}
</style>