Shades of Deep Cerise #D13296
Tints of Deep Cerise #D13296
RGB
CMYK
RGB Variations
Color information
#D13296 (or 0xD13296) is known color: Deep Cerise. HEX triplet: D1, 32 and 96. RGB value is (209,50,150). Sum of RGB (Red+Green+Blue) = 209+50+150=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D13296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13296 is #2ECD69. Grayscale: #6C6C6C. Windows color (decimal): -3067242 or 9843409. OLE color: 9843409.
HSL color Cylindrical-coordinate representation of color #D13296: hue angle of 322.26º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13296 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 150 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.18 |
| HSL | 322.26º | 0.63% | 0.51% | - |
| HSV(B) | 322.26º | 0.76% | 0.82% | - |
| XYZ | 32.94 | 18.04 | 30.6 | - |
| YUV | 108.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 150 | 0 | 0.76 | 0.28 | 0.18 | 322.26 | 0.63 | 0.51 |
| Hex | D1 | 32 | 96 | 0 | 4C | 1C | 12 | 142 | 3F | 33 |
| Octal | 321 | 62 | 226 | 0 | 114 | 34 | 22 | 502 | 77 | 63 |
| Binary | 11010001 | 110010 | 10010110 | 0 | 1001100 | 11100 | 10010 | 101000010 | 111111 | 110011 |
Color Harmonies of #D13296
Complementary color
Monochromatic Colors of #D13296
Black with #D13296
Text Example
Text Example
White with #D13296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13296; }
p { color: rgb(209,50,150); }
H1.HeaderClassName
{
color: #D13296;
}
.AnyTagClassName
{
color: #D13296;
}
</style>
background-color css
<style>
a { background-color: #D13296; }
a { background-color: rgb(209,50,150); }
div.DivClassName
{
background-color: #D13296;
}
.BgClassName
{
background-color: #D13296;
}
</style>
border-color css
<style>
span { border-color: #D13296; }
span { border-color: rgb(209,50,150); }
td.TdClassName
{
border-color: #D13296;
}
.TagClassName
{
border-color: #D13296;
}
</style>