Shades of Deep Cerise #D03A8E
Tints of Deep Cerise #D03A8E
RGB
CMYK
RGB Variations
Color information
#D03A8E (or 0xD03A8E) is known color: Deep Cerise. HEX triplet: D0, 3A and 8E. RGB value is (208,58,142). Sum of RGB (Red+Green+Blue) = 208+58+142=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03A8E is #2FC571. Grayscale: #707070. Windows color (decimal): -3130738 or 9321168. OLE color: 9321168.
HSL color Cylindrical-coordinate representation of color #D03A8E: hue angle of 326.4º 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 #D03A8E is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 142 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.18 |
| HSL | 326.4º | 0.61% | 0.52% | - |
| HSV(B) | 326.4º | 0.72% | 0.82% | - |
| XYZ | 32.41 | 18.39 | 27.43 | - |
| YUV | 112.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 142 | 0 | 0.72 | 0.32 | 0.18 | 326.4 | 0.61 | 0.52 |
| Hex | D0 | 3A | 8E | 0 | 48 | 20 | 12 | 146 | 3D | 34 |
| Octal | 320 | 72 | 216 | 0 | 110 | 40 | 22 | 506 | 75 | 64 |
| Binary | 11010000 | 111010 | 10001110 | 0 | 1001000 | 100000 | 10010 | 101000110 | 111101 | 110100 |
Color Harmonies of #D03A8E
Complementary color
Monochromatic Colors of #D03A8E
Black with #D03A8E
Text Example
Text Example
White with #D03A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A8E; }
p { color: rgb(208,58,142); }
H1.HeaderClassName
{
color: #D03A8E;
}
.AnyTagClassName
{
color: #D03A8E;
}
</style>
background-color css
<style>
a { background-color: #D03A8E; }
a { background-color: rgb(208,58,142); }
div.DivClassName
{
background-color: #D03A8E;
}
.BgClassName
{
background-color: #D03A8E;
}
</style>
border-color css
<style>
span { border-color: #D03A8E; }
span { border-color: rgb(208,58,142); }
td.TdClassName
{
border-color: #D03A8E;
}
.TagClassName
{
border-color: #D03A8E;
}
</style>