Shades of Deep Cerise #D935AB
Tints of Deep Cerise #D935AB
RGB
CMYK
RGB Variations
Color information
#D935AB (or 0xD935AB) is known color: Deep Cerise. HEX triplet: D9, 35 and AB. RGB value is (217,53,171). Sum of RGB (Red+Green+Blue) = 217+53+171=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D935AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D935AB is #26CA54. Grayscale: #737373. Windows color (decimal): -2542165 or 11220441. OLE color: 11220441.
HSL color Cylindrical-coordinate representation of color #D935AB: hue angle of 316.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D935AB is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 171 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.15 |
| HSL | 316.83º | 0.68% | 0.53% | - |
| HSV(B) | 316.83º | 0.76% | 0.85% | - |
| XYZ | 37.24 | 20.24 | 40.47 | - |
| YUV | 115.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 171 | 0 | 0.76 | 0.21 | 0.15 | 316.83 | 0.68 | 0.53 |
| Hex | D9 | 35 | AB | 0 | 4C | 15 | F | 13D | 44 | 35 |
| Octal | 331 | 65 | 253 | 0 | 114 | 25 | 17 | 475 | 104 | 65 |
| Binary | 11011001 | 110101 | 10101011 | 0 | 1001100 | 10101 | 1111 | 100111101 | 1000100 | 110101 |
Color Harmonies of #D935AB
Complementary color
Monochromatic Colors of #D935AB
Black with #D935AB
Text Example
Text Example
White with #D935AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935AB; }
p { color: rgb(217,53,171); }
H1.HeaderClassName
{
color: #D935AB;
}
.AnyTagClassName
{
color: #D935AB;
}
</style>
background-color css
<style>
a { background-color: #D935AB; }
a { background-color: rgb(217,53,171); }
div.DivClassName
{
background-color: #D935AB;
}
.BgClassName
{
background-color: #D935AB;
}
</style>
border-color css
<style>
span { border-color: #D935AB; }
span { border-color: rgb(217,53,171); }
td.TdClassName
{
border-color: #D935AB;
}
.TagClassName
{
border-color: #D935AB;
}
</style>