Shades of Deep Cerise #D13895
Tints of Deep Cerise #D13895
RGB
CMYK
RGB Variations
Color information
#D13895 (or 0xD13895) is known color: Deep Cerise. HEX triplet: D1, 38 and 95. RGB value is (209,56,149). Sum of RGB (Red+Green+Blue) = 209+56+149=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D13895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13895 is #2EC76A. Grayscale: #707070. Windows color (decimal): -3065707 or 9779409. OLE color: 9779409.
HSL color Cylindrical-coordinate representation of color #D13895: hue angle of 323.53º 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 #D13895 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 149 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.18 |
| HSL | 323.53º | 0.62% | 0.52% | - |
| HSV(B) | 323.53º | 0.73% | 0.82% | - |
| XYZ | 33.13 | 18.55 | 30.27 | - |
| YUV | 112.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 149 | 0 | 0.73 | 0.29 | 0.18 | 323.53 | 0.62 | 0.52 |
| Hex | D1 | 38 | 95 | 0 | 49 | 1D | 12 | 144 | 3E | 34 |
| Octal | 321 | 70 | 225 | 0 | 111 | 35 | 22 | 504 | 76 | 64 |
| Binary | 11010001 | 111000 | 10010101 | 0 | 1001001 | 11101 | 10010 | 101000100 | 111110 | 110100 |
Color Harmonies of #D13895
Complementary color
Monochromatic Colors of #D13895
Black with #D13895
Text Example
Text Example
White with #D13895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13895; }
p { color: rgb(209,56,149); }
H1.HeaderClassName
{
color: #D13895;
}
.AnyTagClassName
{
color: #D13895;
}
</style>
background-color css
<style>
a { background-color: #D13895; }
a { background-color: rgb(209,56,149); }
div.DivClassName
{
background-color: #D13895;
}
.BgClassName
{
background-color: #D13895;
}
</style>
border-color css
<style>
span { border-color: #D13895; }
span { border-color: rgb(209,56,149); }
td.TdClassName
{
border-color: #D13895;
}
.TagClassName
{
border-color: #D13895;
}
</style>