Shades of Deep Cerise #D13584
Tints of Deep Cerise #D13584
RGB
CMYK
RGB Variations
Color information
#D13584 (or 0xD13584) is known color: Deep Cerise. HEX triplet: D1, 35 and 84. RGB value is (209,53,132). Sum of RGB (Red+Green+Blue) = 209+53+132=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D13584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13584 is #2ECA7B. Grayscale: #6C6C6C. Windows color (decimal): -3066492 or 8664529. OLE color: 8664529.
HSL color Cylindrical-coordinate representation of color #D13584: hue angle of 329.62º 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 #D13584 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 132 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.18 |
| HSL | 329.62º | 0.63% | 0.51% | - |
| HSV(B) | 329.62º | 0.75% | 0.82% | - |
| XYZ | 31.73 | 17.77 | 23.59 | - |
| YUV | 108.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 132 | 0 | 0.75 | 0.37 | 0.18 | 329.62 | 0.63 | 0.51 |
| Hex | D1 | 35 | 84 | 0 | 4B | 25 | 12 | 14A | 3F | 33 |
| Octal | 321 | 65 | 204 | 0 | 113 | 45 | 22 | 512 | 77 | 63 |
| Binary | 11010001 | 110101 | 10000100 | 0 | 1001011 | 100101 | 10010 | 101001010 | 111111 | 110011 |
Color Harmonies of #D13584
Complementary color
Monochromatic Colors of #D13584
Black with #D13584
Text Example
Text Example
White with #D13584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13584; }
p { color: rgb(209,53,132); }
H1.HeaderClassName
{
color: #D13584;
}
.AnyTagClassName
{
color: #D13584;
}
</style>
background-color css
<style>
a { background-color: #D13584; }
a { background-color: rgb(209,53,132); }
div.DivClassName
{
background-color: #D13584;
}
.BgClassName
{
background-color: #D13584;
}
</style>
border-color css
<style>
span { border-color: #D13584; }
span { border-color: rgb(209,53,132); }
td.TdClassName
{
border-color: #D13584;
}
.TagClassName
{
border-color: #D13584;
}
</style>