Shades of Deep Cerise #D13194
Tints of Deep Cerise #D13194
RGB
CMYK
RGB Variations
Color information
#D13194 (or 0xD13194) is known color: Deep Cerise. HEX triplet: D1, 31 and 94. RGB value is (209,49,148). Sum of RGB (Red+Green+Blue) = 209+49+148=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D13194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13194 is #2ECE6B. Grayscale: #6B6B6B. Windows color (decimal): -3067500 or 9712081. OLE color: 9712081.
HSL color Cylindrical-coordinate representation of color #D13194: hue angle of 322.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13194 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 148 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.18 |
| HSL | 322.88º | 0.63% | 0.51% | - |
| HSV(B) | 322.88º | 0.77% | 0.82% | - |
| XYZ | 32.74 | 17.89 | 29.74 | - |
| YUV | 108.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 148 | 0 | 0.77 | 0.29 | 0.18 | 322.88 | 0.63 | 0.51 |
| Hex | D1 | 31 | 94 | 0 | 4D | 1D | 12 | 143 | 3F | 33 |
| Octal | 321 | 61 | 224 | 0 | 115 | 35 | 22 | 503 | 77 | 63 |
| Binary | 11010001 | 110001 | 10010100 | 0 | 1001101 | 11101 | 10010 | 101000011 | 111111 | 110011 |
Color Harmonies of #D13194
Complementary color
Monochromatic Colors of #D13194
Black with #D13194
Text Example
Text Example
White with #D13194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13194; }
p { color: rgb(209,49,148); }
H1.HeaderClassName
{
color: #D13194;
}
.AnyTagClassName
{
color: #D13194;
}
</style>
background-color css
<style>
a { background-color: #D13194; }
a { background-color: rgb(209,49,148); }
div.DivClassName
{
background-color: #D13194;
}
.BgClassName
{
background-color: #D13194;
}
</style>
border-color css
<style>
span { border-color: #D13194; }
span { border-color: rgb(209,49,148); }
td.TdClassName
{
border-color: #D13194;
}
.TagClassName
{
border-color: #D13194;
}
</style>