Shades of Deep Cerise #D13795
Tints of Deep Cerise #D13795
RGB
CMYK
RGB Variations
Color information
#D13795 (or 0xD13795) is known color: Deep Cerise. HEX triplet: D1, 37 and 95. RGB value is (209,55,149). Sum of RGB (Red+Green+Blue) = 209+55+149=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D13795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13795 is #2EC86A. Grayscale: #6F6F6F. Windows color (decimal): -3065963 or 9779153. OLE color: 9779153.
HSL color Cylindrical-coordinate representation of color #D13795: hue angle of 323.38º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13795 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 149 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.18 |
| HSL | 323.38º | 0.63% | 0.52% | - |
| HSV(B) | 323.38º | 0.74% | 0.82% | - |
| XYZ | 33.09 | 18.46 | 30.25 | - |
| YUV | 111.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 149 | 0 | 0.74 | 0.29 | 0.18 | 323.38 | 0.63 | 0.52 |
| Hex | D1 | 37 | 95 | 0 | 4A | 1D | 12 | 143 | 3F | 34 |
| Octal | 321 | 67 | 225 | 0 | 112 | 35 | 22 | 503 | 77 | 64 |
| Binary | 11010001 | 110111 | 10010101 | 0 | 1001010 | 11101 | 10010 | 101000011 | 111111 | 110100 |
Color Harmonies of #D13795
Complementary color
Monochromatic Colors of #D13795
Black with #D13795
Text Example
Text Example
White with #D13795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13795; }
p { color: rgb(209,55,149); }
H1.HeaderClassName
{
color: #D13795;
}
.AnyTagClassName
{
color: #D13795;
}
</style>
background-color css
<style>
a { background-color: #D13795; }
a { background-color: rgb(209,55,149); }
div.DivClassName
{
background-color: #D13795;
}
.BgClassName
{
background-color: #D13795;
}
</style>
border-color css
<style>
span { border-color: #D13795; }
span { border-color: rgb(209,55,149); }
td.TdClassName
{
border-color: #D13795;
}
.TagClassName
{
border-color: #D13795;
}
</style>