Shades of Deep Cerise #D835AB
Tints of Deep Cerise #D835AB
RGB
CMYK
RGB Variations
Color information
#D835AB (or 0xD835AB) is known color: Deep Cerise. HEX triplet: D8, 35 and AB. RGB value is (216,53,171). Sum of RGB (Red+Green+Blue) = 216+53+171=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D835AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D835AB is #27CA54. Grayscale: #727272. Windows color (decimal): -2607701 or 11220440. OLE color: 11220440.
HSL color Cylindrical-coordinate representation of color #D835AB: hue angle of 316.56º 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 #D835AB is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 171 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.15 |
| HSL | 316.56º | 0.68% | 0.53% | - |
| HSV(B) | 316.56º | 0.75% | 0.85% | - |
| XYZ | 36.94 | 20.09 | 40.46 | - |
| YUV | 115.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 171 | 0 | 0.75 | 0.21 | 0.15 | 316.56 | 0.68 | 0.53 |
| Hex | D8 | 35 | AB | 0 | 4B | 15 | F | 13D | 44 | 35 |
| Octal | 330 | 65 | 253 | 0 | 113 | 25 | 17 | 475 | 104 | 65 |
| Binary | 11011000 | 110101 | 10101011 | 0 | 1001011 | 10101 | 1111 | 100111101 | 1000100 | 110101 |
Color Harmonies of #D835AB
Complementary color
Monochromatic Colors of #D835AB
Black with #D835AB
Text Example
Text Example
White with #D835AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D835AB; }
p { color: rgb(216,53,171); }
H1.HeaderClassName
{
color: #D835AB;
}
.AnyTagClassName
{
color: #D835AB;
}
</style>
background-color css
<style>
a { background-color: #D835AB; }
a { background-color: rgb(216,53,171); }
div.DivClassName
{
background-color: #D835AB;
}
.BgClassName
{
background-color: #D835AB;
}
</style>
border-color css
<style>
span { border-color: #D835AB; }
span { border-color: rgb(216,53,171); }
td.TdClassName
{
border-color: #D835AB;
}
.TagClassName
{
border-color: #D835AB;
}
</style>