Shades of Deep Cerise #D13497
Tints of Deep Cerise #D13497
RGB
CMYK
RGB Variations
Color information
#D13497 (or 0xD13497) is known color: Deep Cerise. HEX triplet: D1, 34 and 97. RGB value is (209,52,151). Sum of RGB (Red+Green+Blue) = 209+52+151=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13497 is #2ECB68. Grayscale: #6D6D6D. Windows color (decimal): -3066729 or 9909457. OLE color: 9909457.
HSL color Cylindrical-coordinate representation of color #D13497: hue angle of 322.17º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13497 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 151 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.18 |
| HSL | 322.17º | 0.63% | 0.51% | - |
| HSV(B) | 322.17º | 0.75% | 0.82% | - |
| XYZ | 33.11 | 18.25 | 31.05 | - |
| YUV | 110.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 151 | 0 | 0.75 | 0.28 | 0.18 | 322.17 | 0.63 | 0.51 |
| Hex | D1 | 34 | 97 | 0 | 4B | 1C | 12 | 142 | 3F | 33 |
| Octal | 321 | 64 | 227 | 0 | 113 | 34 | 22 | 502 | 77 | 63 |
| Binary | 11010001 | 110100 | 10010111 | 0 | 1001011 | 11100 | 10010 | 101000010 | 111111 | 110011 |
Color Harmonies of #D13497
Complementary color
Monochromatic Colors of #D13497
Black with #D13497
Text Example
Text Example
White with #D13497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13497; }
p { color: rgb(209,52,151); }
H1.HeaderClassName
{
color: #D13497;
}
.AnyTagClassName
{
color: #D13497;
}
</style>
background-color css
<style>
a { background-color: #D13497; }
a { background-color: rgb(209,52,151); }
div.DivClassName
{
background-color: #D13497;
}
.BgClassName
{
background-color: #D13497;
}
</style>
border-color css
<style>
span { border-color: #D13497; }
span { border-color: rgb(209,52,151); }
td.TdClassName
{
border-color: #D13497;
}
.TagClassName
{
border-color: #D13497;
}
</style>