Shades of Deep Cerise #D03D8D
Tints of Deep Cerise #D03D8D
RGB
CMYK
RGB Variations
Color information
#D03D8D (or 0xD03D8D) is known color: Deep Cerise. HEX triplet: D0, 3D and 8D. RGB value is (208,61,141). Sum of RGB (Red+Green+Blue) = 208+61+141=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D8D is #2FC272. Grayscale: #717171. Windows color (decimal): -3129971 or 9256400. OLE color: 9256400.
HSL color Cylindrical-coordinate representation of color #D03D8D: hue angle of 327.35º 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 #D03D8D is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 141 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.18 |
| HSL | 327.35º | 0.61% | 0.53% | - |
| HSV(B) | 327.35º | 0.71% | 0.82% | - |
| XYZ | 32.49 | 18.67 | 27.09 | - |
| YUV | 114.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 141 | 0 | 0.71 | 0.32 | 0.18 | 327.35 | 0.61 | 0.53 |
| Hex | D0 | 3D | 8D | 0 | 47 | 20 | 12 | 147 | 3D | 35 |
| Octal | 320 | 75 | 215 | 0 | 107 | 40 | 22 | 507 | 75 | 65 |
| Binary | 11010000 | 111101 | 10001101 | 0 | 1000111 | 100000 | 10010 | 101000111 | 111101 | 110101 |
Color Harmonies of #D03D8D
Complementary color
Monochromatic Colors of #D03D8D
Black with #D03D8D
Text Example
Text Example
White with #D03D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D8D; }
p { color: rgb(208,61,141); }
H1.HeaderClassName
{
color: #D03D8D;
}
.AnyTagClassName
{
color: #D03D8D;
}
</style>
background-color css
<style>
a { background-color: #D03D8D; }
a { background-color: rgb(208,61,141); }
div.DivClassName
{
background-color: #D03D8D;
}
.BgClassName
{
background-color: #D03D8D;
}
</style>
border-color css
<style>
span { border-color: #D03D8D; }
span { border-color: rgb(208,61,141); }
td.TdClassName
{
border-color: #D03D8D;
}
.TagClassName
{
border-color: #D03D8D;
}
</style>