Shades of Deep Cerise #D03A83
Tints of Deep Cerise #D03A83
RGB
CMYK
RGB Variations
Color information
#D03A83 (or 0xD03A83) is known color: Deep Cerise. HEX triplet: D0, 3A and 83. RGB value is (208,58,131). Sum of RGB (Red+Green+Blue) = 208+58+131=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03A83 is #2FC57C. Grayscale: #6F6F6F. Windows color (decimal): -3130749 or 8600272. OLE color: 8600272.
HSL color Cylindrical-coordinate representation of color #D03A83: hue angle of 330.8º 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 #D03A83 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 131 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.18 |
| HSL | 330.8º | 0.61% | 0.52% | - |
| HSV(B) | 330.8º | 0.72% | 0.82% | - |
| XYZ | 31.62 | 18.07 | 23.29 | - |
| YUV | 111.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 131 | 0 | 0.72 | 0.37 | 0.18 | 330.8 | 0.61 | 0.52 |
| Hex | D0 | 3A | 83 | 0 | 48 | 25 | 12 | 14B | 3D | 34 |
| Octal | 320 | 72 | 203 | 0 | 110 | 45 | 22 | 513 | 75 | 64 |
| Binary | 11010000 | 111010 | 10000011 | 0 | 1001000 | 100101 | 10010 | 101001011 | 111101 | 110100 |
Color Harmonies of #D03A83
Complementary color
Monochromatic Colors of #D03A83
Black with #D03A83
Text Example
Text Example
White with #D03A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A83; }
p { color: rgb(208,58,131); }
H1.HeaderClassName
{
color: #D03A83;
}
.AnyTagClassName
{
color: #D03A83;
}
</style>
background-color css
<style>
a { background-color: #D03A83; }
a { background-color: rgb(208,58,131); }
div.DivClassName
{
background-color: #D03A83;
}
.BgClassName
{
background-color: #D03A83;
}
</style>
border-color css
<style>
span { border-color: #D03A83; }
span { border-color: rgb(208,58,131); }
td.TdClassName
{
border-color: #D03A83;
}
.TagClassName
{
border-color: #D03A83;
}
</style>