Shades of Deep Cerise #D03D86
Tints of Deep Cerise #D03D86
RGB
CMYK
RGB Variations
Color information
#D03D86 (or 0xD03D86) is known color: Deep Cerise. HEX triplet: D0, 3D and 86. RGB value is (208,61,134). Sum of RGB (Red+Green+Blue) = 208+61+134=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D86 is #2FC279. Grayscale: #717171. Windows color (decimal): -3129978 or 8797648. OLE color: 8797648.
HSL color Cylindrical-coordinate representation of color #D03D86: hue angle of 330.2º 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 #D03D86 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 134 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.18 |
| HSL | 330.2º | 0.61% | 0.53% | - |
| HSV(B) | 330.2º | 0.71% | 0.82% | - |
| XYZ | 31.98 | 18.47 | 24.43 | - |
| YUV | 113.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 134 | 0 | 0.71 | 0.36 | 0.18 | 330.2 | 0.61 | 0.53 |
| Hex | D0 | 3D | 86 | 0 | 47 | 24 | 12 | 14A | 3D | 35 |
| Octal | 320 | 75 | 206 | 0 | 107 | 44 | 22 | 512 | 75 | 65 |
| Binary | 11010000 | 111101 | 10000110 | 0 | 1000111 | 100100 | 10010 | 101001010 | 111101 | 110101 |
Color Harmonies of #D03D86
Complementary color
Monochromatic Colors of #D03D86
Black with #D03D86
Text Example
Text Example
White with #D03D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D86; }
p { color: rgb(208,61,134); }
H1.HeaderClassName
{
color: #D03D86;
}
.AnyTagClassName
{
color: #D03D86;
}
</style>
background-color css
<style>
a { background-color: #D03D86; }
a { background-color: rgb(208,61,134); }
div.DivClassName
{
background-color: #D03D86;
}
.BgClassName
{
background-color: #D03D86;
}
</style>
border-color css
<style>
span { border-color: #D03D86; }
span { border-color: rgb(208,61,134); }
td.TdClassName
{
border-color: #D03D86;
}
.TagClassName
{
border-color: #D03D86;
}
</style>