Shades of Deep Cerise #D13995
Tints of Deep Cerise #D13995
RGB
CMYK
RGB Variations
Color information
#D13995 (or 0xD13995) is known color: Deep Cerise. HEX triplet: D1, 39 and 95. RGB value is (209,57,149). Sum of RGB (Red+Green+Blue) = 209+57+149=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D13995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13995 is #2EC66A. Grayscale: #707070. Windows color (decimal): -3065451 or 9779665. OLE color: 9779665.
HSL color Cylindrical-coordinate representation of color #D13995: hue angle of 323.68º 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 #D13995 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 149 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.18 |
| HSL | 323.68º | 0.62% | 0.52% | - |
| HSV(B) | 323.68º | 0.73% | 0.82% | - |
| XYZ | 33.18 | 18.65 | 30.28 | - |
| YUV | 112.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 149 | 0 | 0.73 | 0.29 | 0.18 | 323.68 | 0.62 | 0.52 |
| Hex | D1 | 39 | 95 | 0 | 49 | 1D | 12 | 144 | 3E | 34 |
| Octal | 321 | 71 | 225 | 0 | 111 | 35 | 22 | 504 | 76 | 64 |
| Binary | 11010001 | 111001 | 10010101 | 0 | 1001001 | 11101 | 10010 | 101000100 | 111110 | 110100 |
Color Harmonies of #D13995
Complementary color
Monochromatic Colors of #D13995
Black with #D13995
Text Example
Text Example
White with #D13995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13995; }
p { color: rgb(209,57,149); }
H1.HeaderClassName
{
color: #D13995;
}
.AnyTagClassName
{
color: #D13995;
}
</style>
background-color css
<style>
a { background-color: #D13995; }
a { background-color: rgb(209,57,149); }
div.DivClassName
{
background-color: #D13995;
}
.BgClassName
{
background-color: #D13995;
}
</style>
border-color css
<style>
span { border-color: #D13995; }
span { border-color: rgb(209,57,149); }
td.TdClassName
{
border-color: #D13995;
}
.TagClassName
{
border-color: #D13995;
}
</style>