Shades of Deep Cerise #D13C96
Tints of Deep Cerise #D13C96
RGB
CMYK
RGB Variations
Color information
#D13C96 (or 0xD13C96) is known color: Deep Cerise. HEX triplet: D1, 3C and 96. RGB value is (209,60,150). Sum of RGB (Red+Green+Blue) = 209+60+150=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C96 is #2EC369. Grayscale: #727272. Windows color (decimal): -3064682 or 9845969. OLE color: 9845969.
HSL color Cylindrical-coordinate representation of color #D13C96: hue angle of 323.76º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C96 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 150 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.18 |
| HSL | 323.76º | 0.62% | 0.53% | - |
| HSV(B) | 323.76º | 0.71% | 0.82% | - |
| XYZ | 33.42 | 18.99 | 30.76 | - |
| YUV | 114.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 150 | 0 | 0.71 | 0.28 | 0.18 | 323.76 | 0.62 | 0.53 |
| Hex | D1 | 3C | 96 | 0 | 47 | 1C | 12 | 144 | 3E | 35 |
| Octal | 321 | 74 | 226 | 0 | 107 | 34 | 22 | 504 | 76 | 65 |
| Binary | 11010001 | 111100 | 10010110 | 0 | 1000111 | 11100 | 10010 | 101000100 | 111110 | 110101 |
Color Harmonies of #D13C96
Complementary color
Monochromatic Colors of #D13C96
Black with #D13C96
Text Example
Text Example
White with #D13C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C96; }
p { color: rgb(209,60,150); }
H1.HeaderClassName
{
color: #D13C96;
}
.AnyTagClassName
{
color: #D13C96;
}
</style>
background-color css
<style>
a { background-color: #D13C96; }
a { background-color: rgb(209,60,150); }
div.DivClassName
{
background-color: #D13C96;
}
.BgClassName
{
background-color: #D13C96;
}
</style>
border-color css
<style>
span { border-color: #D13C96; }
span { border-color: rgb(209,60,150); }
td.TdClassName
{
border-color: #D13C96;
}
.TagClassName
{
border-color: #D13C96;
}
</style>