Shades of Deep Cerise #D03992
Tints of Deep Cerise #D03992
RGB
CMYK
RGB Variations
Color information
#D03992 (or 0xD03992) is known color: Deep Cerise. HEX triplet: D0, 39 and 92. RGB value is (208,57,146). Sum of RGB (Red+Green+Blue) = 208+57+146=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D03992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03992 is #2FC66D. Grayscale: #707070. Windows color (decimal): -3130990 or 9583056. OLE color: 9583056.
HSL color Cylindrical-coordinate representation of color #D03992: hue angle of 324.64º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03992 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 146 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.18 |
| HSL | 324.64º | 0.62% | 0.52% | - |
| HSV(B) | 324.64º | 0.73% | 0.82% | - |
| XYZ | 32.66 | 18.41 | 29.03 | - |
| YUV | 112.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 146 | 0 | 0.73 | 0.30 | 0.18 | 324.64 | 0.62 | 0.52 |
| Hex | D0 | 39 | 92 | 0 | 49 | 1E | 12 | 145 | 3E | 34 |
| Octal | 320 | 71 | 222 | 0 | 111 | 36 | 22 | 505 | 76 | 64 |
| Binary | 11010000 | 111001 | 10010010 | 0 | 1001001 | 11110 | 10010 | 101000101 | 111110 | 110100 |
Color Harmonies of #D03992
Complementary color
Monochromatic Colors of #D03992
Black with #D03992
Text Example
Text Example
White with #D03992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03992; }
p { color: rgb(208,57,146); }
H1.HeaderClassName
{
color: #D03992;
}
.AnyTagClassName
{
color: #D03992;
}
</style>
background-color css
<style>
a { background-color: #D03992; }
a { background-color: rgb(208,57,146); }
div.DivClassName
{
background-color: #D03992;
}
.BgClassName
{
background-color: #D03992;
}
</style>
border-color css
<style>
span { border-color: #D03992; }
span { border-color: rgb(208,57,146); }
td.TdClassName
{
border-color: #D03992;
}
.TagClassName
{
border-color: #D03992;
}
</style>