Shades of Deep Cerise #D13992
Tints of Deep Cerise #D13992
RGB
CMYK
RGB Variations
Color information
#D13992 (or 0xD13992) is known color: Deep Cerise. HEX triplet: D1, 39 and 92. RGB value is (209,57,146). Sum of RGB (Red+Green+Blue) = 209+57+146=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13992 is #2EC66D. Grayscale: #707070. Windows color (decimal): -3065454 or 9583057. OLE color: 9583057.
HSL color Cylindrical-coordinate representation of color #D13992: hue angle of 324.87º 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 #D13992 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 146 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.18 |
| HSL | 324.87º | 0.62% | 0.52% | - |
| HSV(B) | 324.87º | 0.73% | 0.82% | - |
| XYZ | 32.95 | 18.56 | 29.04 | - |
| YUV | 112.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 146 | 0 | 0.73 | 0.30 | 0.18 | 324.87 | 0.62 | 0.52 |
| Hex | D1 | 39 | 92 | 0 | 49 | 1E | 12 | 145 | 3E | 34 |
| Octal | 321 | 71 | 222 | 0 | 111 | 36 | 22 | 505 | 76 | 64 |
| Binary | 11010001 | 111001 | 10010010 | 0 | 1001001 | 11110 | 10010 | 101000101 | 111110 | 110100 |
Color Harmonies of #D13992
Complementary color
Monochromatic Colors of #D13992
Black with #D13992
Text Example
Text Example
White with #D13992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13992; }
p { color: rgb(209,57,146); }
H1.HeaderClassName
{
color: #D13992;
}
.AnyTagClassName
{
color: #D13992;
}
</style>
background-color css
<style>
a { background-color: #D13992; }
a { background-color: rgb(209,57,146); }
div.DivClassName
{
background-color: #D13992;
}
.BgClassName
{
background-color: #D13992;
}
</style>
border-color css
<style>
span { border-color: #D13992; }
span { border-color: rgb(209,57,146); }
td.TdClassName
{
border-color: #D13992;
}
.TagClassName
{
border-color: #D13992;
}
</style>