Shades of Deep Cerise #D03C8D
Tints of Deep Cerise #D03C8D
RGB
CMYK
RGB Variations
Color information
#D03C8D (or 0xD03C8D) is known color: Deep Cerise. HEX triplet: D0, 3C and 8D. RGB value is (208,60,141). Sum of RGB (Red+Green+Blue) = 208+60+141=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03C8D is #2FC372. Grayscale: #717171. Windows color (decimal): -3130227 or 9256144. OLE color: 9256144.
HSL color Cylindrical-coordinate representation of color #D03C8D: hue angle of 327.16º 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 #D03C8D is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 141 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.18 |
| HSL | 327.16º | 0.61% | 0.53% | - |
| HSV(B) | 327.16º | 0.71% | 0.82% | - |
| XYZ | 32.44 | 18.56 | 27.07 | - |
| YUV | 113.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 141 | 0 | 0.71 | 0.32 | 0.18 | 327.16 | 0.61 | 0.53 |
| Hex | D0 | 3C | 8D | 0 | 47 | 20 | 12 | 147 | 3D | 35 |
| Octal | 320 | 74 | 215 | 0 | 107 | 40 | 22 | 507 | 75 | 65 |
| Binary | 11010000 | 111100 | 10001101 | 0 | 1000111 | 100000 | 10010 | 101000111 | 111101 | 110101 |
Color Harmonies of #D03C8D
Complementary color
Monochromatic Colors of #D03C8D
Black with #D03C8D
Text Example
Text Example
White with #D03C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C8D; }
p { color: rgb(208,60,141); }
H1.HeaderClassName
{
color: #D03C8D;
}
.AnyTagClassName
{
color: #D03C8D;
}
</style>
background-color css
<style>
a { background-color: #D03C8D; }
a { background-color: rgb(208,60,141); }
div.DivClassName
{
background-color: #D03C8D;
}
.BgClassName
{
background-color: #D03C8D;
}
</style>
border-color css
<style>
span { border-color: #D03C8D; }
span { border-color: rgb(208,60,141); }
td.TdClassName
{
border-color: #D03C8D;
}
.TagClassName
{
border-color: #D03C8D;
}
</style>