Shades of Deep Cerise #D03B8C
Tints of Deep Cerise #D03B8C
RGB
CMYK
RGB Variations
Color information
#D03B8C (or 0xD03B8C) is known color: Deep Cerise. HEX triplet: D0, 3B and 8C. RGB value is (208,59,140). Sum of RGB (Red+Green+Blue) = 208+59+140=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03B8C is #2FC473. Grayscale: #707070. Windows color (decimal): -3130484 or 9190352. OLE color: 9190352.
HSL color Cylindrical-coordinate representation of color #D03B8C: hue angle of 327.38º 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 #D03B8C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 140 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.18 |
| HSL | 327.38º | 0.61% | 0.52% | - |
| HSV(B) | 327.38º | 0.72% | 0.82% | - |
| XYZ | 32.31 | 18.43 | 26.67 | - |
| YUV | 112.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 140 | 0 | 0.72 | 0.33 | 0.18 | 327.38 | 0.61 | 0.52 |
| Hex | D0 | 3B | 8C | 0 | 48 | 21 | 12 | 147 | 3D | 34 |
| Octal | 320 | 73 | 214 | 0 | 110 | 41 | 22 | 507 | 75 | 64 |
| Binary | 11010000 | 111011 | 10001100 | 0 | 1001000 | 100001 | 10010 | 101000111 | 111101 | 110100 |
Color Harmonies of #D03B8C
Complementary color
Monochromatic Colors of #D03B8C
Black with #D03B8C
Text Example
Text Example
White with #D03B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B8C; }
p { color: rgb(208,59,140); }
H1.HeaderClassName
{
color: #D03B8C;
}
.AnyTagClassName
{
color: #D03B8C;
}
</style>
background-color css
<style>
a { background-color: #D03B8C; }
a { background-color: rgb(208,59,140); }
div.DivClassName
{
background-color: #D03B8C;
}
.BgClassName
{
background-color: #D03B8C;
}
</style>
border-color css
<style>
span { border-color: #D03B8C; }
span { border-color: rgb(208,59,140); }
td.TdClassName
{
border-color: #D03B8C;
}
.TagClassName
{
border-color: #D03B8C;
}
</style>