Shades of Deep Cerise #D03D8C
Tints of Deep Cerise #D03D8C
RGB
CMYK
RGB Variations
Color information
#D03D8C (or 0xD03D8C) is known color: Deep Cerise. HEX triplet: D0, 3D and 8C. RGB value is (208,61,140). Sum of RGB (Red+Green+Blue) = 208+61+140=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D8C is #2FC273. Grayscale: #717171. Windows color (decimal): -3129972 or 9190864. OLE color: 9190864.
HSL color Cylindrical-coordinate representation of color #D03D8C: hue angle of 327.76º 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 #D03D8C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 140 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.18 |
| HSL | 327.76º | 0.61% | 0.53% | - |
| HSV(B) | 327.76º | 0.71% | 0.82% | - |
| XYZ | 32.41 | 18.64 | 26.7 | - |
| YUV | 113.96 | 142.7 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 140 | 0 | 0.71 | 0.33 | 0.18 | 327.76 | 0.61 | 0.53 |
| Hex | D0 | 3D | 8C | 0 | 47 | 21 | 12 | 148 | 3D | 35 |
| Octal | 320 | 75 | 214 | 0 | 107 | 41 | 22 | 510 | 75 | 65 |
| Binary | 11010000 | 111101 | 10001100 | 0 | 1000111 | 100001 | 10010 | 101001000 | 111101 | 110101 |
Color Harmonies of #D03D8C
Complementary color
Monochromatic Colors of #D03D8C
Black with #D03D8C
Text Example
Text Example
White with #D03D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D8C; }
p { color: rgb(208,61,140); }
H1.HeaderClassName
{
color: #D03D8C;
}
.AnyTagClassName
{
color: #D03D8C;
}
</style>
background-color css
<style>
a { background-color: #D03D8C; }
a { background-color: rgb(208,61,140); }
div.DivClassName
{
background-color: #D03D8C;
}
.BgClassName
{
background-color: #D03D8C;
}
</style>
border-color css
<style>
span { border-color: #D03D8C; }
span { border-color: rgb(208,61,140); }
td.TdClassName
{
border-color: #D03D8C;
}
.TagClassName
{
border-color: #D03D8C;
}
</style>