Shades of Deep Cerise #D835A0
Tints of Deep Cerise #D835A0
RGB
CMYK
RGB Variations
Color information
#D835A0 (or 0xD835A0) is known color: Deep Cerise. HEX triplet: D8, 35 and A0. RGB value is (216,53,160). Sum of RGB (Red+Green+Blue) = 216+53+160=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D835A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D835A0 is #27CA5F. Grayscale: #717171. Windows color (decimal): -2607712 or 10499544. OLE color: 10499544.
HSL color Cylindrical-coordinate representation of color #D835A0: hue angle of 320.61º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D835A0 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 160 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.15 |
| HSL | 320.61º | 0.68% | 0.53% | - |
| HSV(B) | 320.61º | 0.75% | 0.85% | - |
| XYZ | 35.94 | 19.68 | 35.16 | - |
| YUV | 113.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 160 | 0 | 0.75 | 0.26 | 0.15 | 320.61 | 0.68 | 0.53 |
| Hex | D8 | 35 | A0 | 0 | 4B | 1A | F | 141 | 44 | 35 |
| Octal | 330 | 65 | 240 | 0 | 113 | 32 | 17 | 501 | 104 | 65 |
| Binary | 11011000 | 110101 | 10100000 | 0 | 1001011 | 11010 | 1111 | 101000001 | 1000100 | 110101 |
Color Harmonies of #D835A0
Complementary color
Monochromatic Colors of #D835A0
Black with #D835A0
Text Example
Text Example
White with #D835A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D835A0; }
p { color: rgb(216,53,160); }
H1.HeaderClassName
{
color: #D835A0;
}
.AnyTagClassName
{
color: #D835A0;
}
</style>
background-color css
<style>
a { background-color: #D835A0; }
a { background-color: rgb(216,53,160); }
div.DivClassName
{
background-color: #D835A0;
}
.BgClassName
{
background-color: #D835A0;
}
</style>
border-color css
<style>
span { border-color: #D835A0; }
span { border-color: rgb(216,53,160); }
td.TdClassName
{
border-color: #D835A0;
}
.TagClassName
{
border-color: #D835A0;
}
</style>