Shades of Deep Cerise #D13792
Tints of Deep Cerise #D13792
RGB
CMYK
RGB Variations
Color information
#D13792 (or 0xD13792) is known color: Deep Cerise. HEX triplet: D1, 37 and 92. RGB value is (209,55,146). Sum of RGB (Red+Green+Blue) = 209+55+146=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13792 is #2EC86D. Grayscale: #6F6F6F. Windows color (decimal): -3065966 or 9582545. OLE color: 9582545.
HSL color Cylindrical-coordinate representation of color #D13792: hue angle of 324.55º 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 #D13792 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 146 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.18 |
| HSL | 324.55º | 0.63% | 0.52% | - |
| HSV(B) | 324.55º | 0.74% | 0.82% | - |
| XYZ | 32.85 | 18.36 | 29.01 | - |
| YUV | 111.42 | 147.52 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 146 | 0 | 0.74 | 0.30 | 0.18 | 324.55 | 0.63 | 0.52 |
| Hex | D1 | 37 | 92 | 0 | 4A | 1E | 12 | 145 | 3F | 34 |
| Octal | 321 | 67 | 222 | 0 | 112 | 36 | 22 | 505 | 77 | 64 |
| Binary | 11010001 | 110111 | 10010010 | 0 | 1001010 | 11110 | 10010 | 101000101 | 111111 | 110100 |
Color Harmonies of #D13792
Complementary color
Monochromatic Colors of #D13792
Black with #D13792
Text Example
Text Example
White with #D13792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13792; }
p { color: rgb(209,55,146); }
H1.HeaderClassName
{
color: #D13792;
}
.AnyTagClassName
{
color: #D13792;
}
</style>
background-color css
<style>
a { background-color: #D13792; }
a { background-color: rgb(209,55,146); }
div.DivClassName
{
background-color: #D13792;
}
.BgClassName
{
background-color: #D13792;
}
</style>
border-color css
<style>
span { border-color: #D13792; }
span { border-color: rgb(209,55,146); }
td.TdClassName
{
border-color: #D13792;
}
.TagClassName
{
border-color: #D13792;
}
</style>