Shades of Deep Cerise #D13190
Tints of Deep Cerise #D13190
RGB
CMYK
RGB Variations
Color information
#D13190 (or 0xD13190) is known color: Deep Cerise. HEX triplet: D1, 31 and 90. RGB value is (209,49,144). Sum of RGB (Red+Green+Blue) = 209+49+144=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D13190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13190 is #2ECE6F. Grayscale: #6B6B6B. Windows color (decimal): -3067504 or 9449937. OLE color: 9449937.
HSL color Cylindrical-coordinate representation of color #D13190: hue angle of 324.38º 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 #D13190 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 144 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.18 |
| HSL | 324.38º | 0.63% | 0.51% | - |
| HSV(B) | 324.38º | 0.77% | 0.82% | - |
| XYZ | 32.43 | 17.77 | 28.11 | - |
| YUV | 107.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 144 | 0 | 0.77 | 0.31 | 0.18 | 324.38 | 0.63 | 0.51 |
| Hex | D1 | 31 | 90 | 0 | 4D | 1F | 12 | 144 | 3F | 33 |
| Octal | 321 | 61 | 220 | 0 | 115 | 37 | 22 | 504 | 77 | 63 |
| Binary | 11010001 | 110001 | 10010000 | 0 | 1001101 | 11111 | 10010 | 101000100 | 111111 | 110011 |
Color Harmonies of #D13190
Complementary color
Monochromatic Colors of #D13190
Black with #D13190
Text Example
Text Example
White with #D13190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13190; }
p { color: rgb(209,49,144); }
H1.HeaderClassName
{
color: #D13190;
}
.AnyTagClassName
{
color: #D13190;
}
</style>
background-color css
<style>
a { background-color: #D13190; }
a { background-color: rgb(209,49,144); }
div.DivClassName
{
background-color: #D13190;
}
.BgClassName
{
background-color: #D13190;
}
</style>
border-color css
<style>
span { border-color: #D13190; }
span { border-color: rgb(209,49,144); }
td.TdClassName
{
border-color: #D13190;
}
.TagClassName
{
border-color: #D13190;
}
</style>