Shades of Deep Cerise #D03C8C
Tints of Deep Cerise #D03C8C
RGB
CMYK
RGB Variations
Color information
#D03C8C (or 0xD03C8C) is known color: Deep Cerise. HEX triplet: D0, 3C and 8C. RGB value is (208,60,140). Sum of RGB (Red+Green+Blue) = 208+60+140=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03C8C is #2FC373. Grayscale: #717171. Windows color (decimal): -3130228 or 9190608. OLE color: 9190608.
HSL color Cylindrical-coordinate representation of color #D03C8C: hue angle of 327.57º 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 #D03C8C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 140 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.18 |
| HSL | 327.57º | 0.61% | 0.53% | - |
| HSV(B) | 327.57º | 0.71% | 0.82% | - |
| XYZ | 32.36 | 18.54 | 26.68 | - |
| YUV | 113.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 140 | 0 | 0.71 | 0.33 | 0.18 | 327.57 | 0.61 | 0.53 |
| Hex | D0 | 3C | 8C | 0 | 47 | 21 | 12 | 148 | 3D | 35 |
| Octal | 320 | 74 | 214 | 0 | 107 | 41 | 22 | 510 | 75 | 65 |
| Binary | 11010000 | 111100 | 10001100 | 0 | 1000111 | 100001 | 10010 | 101001000 | 111101 | 110101 |
Color Harmonies of #D03C8C
Complementary color
Monochromatic Colors of #D03C8C
Black with #D03C8C
Text Example
Text Example
White with #D03C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C8C; }
p { color: rgb(208,60,140); }
H1.HeaderClassName
{
color: #D03C8C;
}
.AnyTagClassName
{
color: #D03C8C;
}
</style>
background-color css
<style>
a { background-color: #D03C8C; }
a { background-color: rgb(208,60,140); }
div.DivClassName
{
background-color: #D03C8C;
}
.BgClassName
{
background-color: #D03C8C;
}
</style>
border-color css
<style>
span { border-color: #D03C8C; }
span { border-color: rgb(208,60,140); }
td.TdClassName
{
border-color: #D03C8C;
}
.TagClassName
{
border-color: #D03C8C;
}
</style>