Shades of Deep Cerise #D03997
Tints of Deep Cerise #D03997
RGB
CMYK
RGB Variations
Color information
#D03997 (or 0xD03997) is known color: Deep Cerise. HEX triplet: D0, 39 and 97. RGB value is (208,57,151). Sum of RGB (Red+Green+Blue) = 208+57+151=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D03997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03997 is #2FC668. Grayscale: #707070. Windows color (decimal): -3130985 or 9910736. OLE color: 9910736.
HSL color Cylindrical-coordinate representation of color #D03997: hue angle of 322.65º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03997 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 151 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.18 |
| HSL | 322.65º | 0.62% | 0.52% | - |
| HSV(B) | 322.65º | 0.73% | 0.82% | - |
| XYZ | 33.06 | 18.57 | 31.12 | - |
| YUV | 112.87 | 149.53 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 151 | 0 | 0.73 | 0.27 | 0.18 | 322.65 | 0.62 | 0.52 |
| Hex | D0 | 39 | 97 | 0 | 49 | 1B | 12 | 143 | 3E | 34 |
| Octal | 320 | 71 | 227 | 0 | 111 | 33 | 22 | 503 | 76 | 64 |
| Binary | 11010000 | 111001 | 10010111 | 0 | 1001001 | 11011 | 10010 | 101000011 | 111110 | 110100 |
Color Harmonies of #D03997
Complementary color
Monochromatic Colors of #D03997
Black with #D03997
Text Example
Text Example
White with #D03997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03997; }
p { color: rgb(208,57,151); }
H1.HeaderClassName
{
color: #D03997;
}
.AnyTagClassName
{
color: #D03997;
}
</style>
background-color css
<style>
a { background-color: #D03997; }
a { background-color: rgb(208,57,151); }
div.DivClassName
{
background-color: #D03997;
}
.BgClassName
{
background-color: #D03997;
}
</style>
border-color css
<style>
span { border-color: #D03997; }
span { border-color: rgb(208,57,151); }
td.TdClassName
{
border-color: #D03997;
}
.TagClassName
{
border-color: #D03997;
}
</style>