Shades of Deep Cerise #D03C8F
Tints of Deep Cerise #D03C8F
RGB
CMYK
RGB Variations
Color information
#D03C8F (or 0xD03C8F) is known color: Deep Cerise. HEX triplet: D0, 3C and 8F. RGB value is (208,60,143). Sum of RGB (Red+Green+Blue) = 208+60+143=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03C8F is #2FC370. Grayscale: #717171. Windows color (decimal): -3130225 or 9387216. OLE color: 9387216.
HSL color Cylindrical-coordinate representation of color #D03C8F: hue angle of 326.35º 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 #D03C8F is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 143 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.18 |
| HSL | 326.35º | 0.61% | 0.53% | - |
| HSV(B) | 326.35º | 0.71% | 0.82% | - |
| XYZ | 32.59 | 18.62 | 27.86 | - |
| YUV | 113.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 143 | 0 | 0.71 | 0.31 | 0.18 | 326.35 | 0.61 | 0.53 |
| Hex | D0 | 3C | 8F | 0 | 47 | 1F | 12 | 146 | 3D | 35 |
| Octal | 320 | 74 | 217 | 0 | 107 | 37 | 22 | 506 | 75 | 65 |
| Binary | 11010000 | 111100 | 10001111 | 0 | 1000111 | 11111 | 10010 | 101000110 | 111101 | 110101 |
Color Harmonies of #D03C8F
Complementary color
Monochromatic Colors of #D03C8F
Black with #D03C8F
Text Example
Text Example
White with #D03C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C8F; }
p { color: rgb(208,60,143); }
H1.HeaderClassName
{
color: #D03C8F;
}
.AnyTagClassName
{
color: #D03C8F;
}
</style>
background-color css
<style>
a { background-color: #D03C8F; }
a { background-color: rgb(208,60,143); }
div.DivClassName
{
background-color: #D03C8F;
}
.BgClassName
{
background-color: #D03C8F;
}
</style>
border-color css
<style>
span { border-color: #D03C8F; }
span { border-color: rgb(208,60,143); }
td.TdClassName
{
border-color: #D03C8F;
}
.TagClassName
{
border-color: #D03C8F;
}
</style>