Shades of Deep Cerise #D03A8B
Tints of Deep Cerise #D03A8B
RGB
CMYK
RGB Variations
Color information
#D03A8B (or 0xD03A8B) is known color: Deep Cerise. HEX triplet: D0, 3A and 8B. RGB value is (208,58,139). Sum of RGB (Red+Green+Blue) = 208+58+139=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03A8B is #2FC574. Grayscale: #6F6F6F. Windows color (decimal): -3130741 or 9124560. OLE color: 9124560.
HSL color Cylindrical-coordinate representation of color #D03A8B: hue angle of 327.6º 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 #D03A8B is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 139 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.18 |
| HSL | 327.6º | 0.61% | 0.52% | - |
| HSV(B) | 327.6º | 0.72% | 0.82% | - |
| XYZ | 32.19 | 18.3 | 26.26 | - |
| YUV | 112.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 139 | 0 | 0.72 | 0.33 | 0.18 | 327.6 | 0.61 | 0.52 |
| Hex | D0 | 3A | 8B | 0 | 48 | 21 | 12 | 148 | 3D | 34 |
| Octal | 320 | 72 | 213 | 0 | 110 | 41 | 22 | 510 | 75 | 64 |
| Binary | 11010000 | 111010 | 10001011 | 0 | 1001000 | 100001 | 10010 | 101001000 | 111101 | 110100 |
Color Harmonies of #D03A8B
Complementary color
Monochromatic Colors of #D03A8B
Black with #D03A8B
Text Example
Text Example
White with #D03A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A8B; }
p { color: rgb(208,58,139); }
H1.HeaderClassName
{
color: #D03A8B;
}
.AnyTagClassName
{
color: #D03A8B;
}
</style>
background-color css
<style>
a { background-color: #D03A8B; }
a { background-color: rgb(208,58,139); }
div.DivClassName
{
background-color: #D03A8B;
}
.BgClassName
{
background-color: #D03A8B;
}
</style>
border-color css
<style>
span { border-color: #D03A8B; }
span { border-color: rgb(208,58,139); }
td.TdClassName
{
border-color: #D03A8B;
}
.TagClassName
{
border-color: #D03A8B;
}
</style>