Shades of Deep Cerise #D03C92
Tints of Deep Cerise #D03C92
RGB
CMYK
RGB Variations
Color information
#D03C92 (or 0xD03C92) is known color: Deep Cerise. HEX triplet: D0, 3C and 92. RGB value is (208,60,146). Sum of RGB (Red+Green+Blue) = 208+60+146=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03C92 is #2FC36D. Grayscale: #717171. Windows color (decimal): -3130222 or 9583824. OLE color: 9583824.
HSL color Cylindrical-coordinate representation of color #D03C92: hue angle of 325.14º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03C92 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 146 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.18 |
| HSL | 325.14º | 0.61% | 0.53% | - |
| HSV(B) | 325.14º | 0.71% | 0.82% | - |
| XYZ | 32.82 | 18.72 | 29.08 | - |
| YUV | 114.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 146 | 0 | 0.71 | 0.30 | 0.18 | 325.14 | 0.61 | 0.53 |
| Hex | D0 | 3C | 92 | 0 | 47 | 1E | 12 | 145 | 3D | 35 |
| Octal | 320 | 74 | 222 | 0 | 107 | 36 | 22 | 505 | 75 | 65 |
| Binary | 11010000 | 111100 | 10010010 | 0 | 1000111 | 11110 | 10010 | 101000101 | 111101 | 110101 |
Color Harmonies of #D03C92
Complementary color
Monochromatic Colors of #D03C92
Black with #D03C92
Text Example
Text Example
White with #D03C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C92; }
p { color: rgb(208,60,146); }
H1.HeaderClassName
{
color: #D03C92;
}
.AnyTagClassName
{
color: #D03C92;
}
</style>
background-color css
<style>
a { background-color: #D03C92; }
a { background-color: rgb(208,60,146); }
div.DivClassName
{
background-color: #D03C92;
}
.BgClassName
{
background-color: #D03C92;
}
</style>
border-color css
<style>
span { border-color: #D03C92; }
span { border-color: rgb(208,60,146); }
td.TdClassName
{
border-color: #D03C92;
}
.TagClassName
{
border-color: #D03C92;
}
</style>