Shades of Deep Cerise #D03B8F
Tints of Deep Cerise #D03B8F
RGB
CMYK
RGB Variations
Color information
#D03B8F (or 0xD03B8F) is known color: Deep Cerise. HEX triplet: D0, 3B and 8F. RGB value is (208,59,143). Sum of RGB (Red+Green+Blue) = 208+59+143=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03B8F is #2FC470. Grayscale: #707070. Windows color (decimal): -3130481 or 9386960. OLE color: 9386960.
HSL color Cylindrical-coordinate representation of color #D03B8F: hue angle of 326.17º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03B8F is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 143 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.18 |
| HSL | 326.17º | 0.61% | 0.52% | - |
| HSV(B) | 326.17º | 0.72% | 0.82% | - |
| XYZ | 32.53 | 18.52 | 27.85 | - |
| YUV | 113.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 143 | 0 | 0.72 | 0.31 | 0.18 | 326.17 | 0.61 | 0.52 |
| Hex | D0 | 3B | 8F | 0 | 48 | 1F | 12 | 146 | 3D | 34 |
| Octal | 320 | 73 | 217 | 0 | 110 | 37 | 22 | 506 | 75 | 64 |
| Binary | 11010000 | 111011 | 10001111 | 0 | 1001000 | 11111 | 10010 | 101000110 | 111101 | 110100 |
Color Harmonies of #D03B8F
Complementary color
Monochromatic Colors of #D03B8F
Black with #D03B8F
Text Example
Text Example
White with #D03B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B8F; }
p { color: rgb(208,59,143); }
H1.HeaderClassName
{
color: #D03B8F;
}
.AnyTagClassName
{
color: #D03B8F;
}
</style>
background-color css
<style>
a { background-color: #D03B8F; }
a { background-color: rgb(208,59,143); }
div.DivClassName
{
background-color: #D03B8F;
}
.BgClassName
{
background-color: #D03B8F;
}
</style>
border-color css
<style>
span { border-color: #D03B8F; }
span { border-color: rgb(208,59,143); }
td.TdClassName
{
border-color: #D03B8F;
}
.TagClassName
{
border-color: #D03B8F;
}
</style>