Shades of Deep Cerise #D03B7D
Tints of Deep Cerise #D03B7D
RGB
CMYK
RGB Variations
Color information
#D03B7D (or 0xD03B7D) is known color: Deep Cerise. HEX triplet: D0, 3B and 7D. RGB value is (208,59,125). Sum of RGB (Red+Green+Blue) = 208+59+125=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B7D is #2FC482. Grayscale: #6E6E6E. Windows color (decimal): -3130499 or 8207312. OLE color: 8207312.
HSL color Cylindrical-coordinate representation of color #D03B7D: hue angle of 333.42º 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 #D03B7D is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 125 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.18 |
| HSL | 333.42º | 0.61% | 0.52% | - |
| HSV(B) | 333.42º | 0.72% | 0.82% | - |
| XYZ | 31.28 | 18.02 | 21.23 | - |
| YUV | 111.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 125 | 0 | 0.72 | 0.40 | 0.18 | 333.42 | 0.61 | 0.52 |
| Hex | D0 | 3B | 7D | 0 | 48 | 28 | 12 | 14D | 3D | 34 |
| Octal | 320 | 73 | 175 | 0 | 110 | 50 | 22 | 515 | 75 | 64 |
| Binary | 11010000 | 111011 | 1111101 | 0 | 1001000 | 101000 | 10010 | 101001101 | 111101 | 110100 |
Color Harmonies of #D03B7D
Complementary color
Monochromatic Colors of #D03B7D
Black with #D03B7D
Text Example
Text Example
White with #D03B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B7D; }
p { color: rgb(208,59,125); }
H1.HeaderClassName
{
color: #D03B7D;
}
.AnyTagClassName
{
color: #D03B7D;
}
</style>
background-color css
<style>
a { background-color: #D03B7D; }
a { background-color: rgb(208,59,125); }
div.DivClassName
{
background-color: #D03B7D;
}
.BgClassName
{
background-color: #D03B7D;
}
</style>
border-color css
<style>
span { border-color: #D03B7D; }
span { border-color: rgb(208,59,125); }
td.TdClassName
{
border-color: #D03B7D;
}
.TagClassName
{
border-color: #D03B7D;
}
</style>