Shades of Deep Cerise #D535AB
Tints of Deep Cerise #D535AB
RGB
CMYK
RGB Variations
Color information
#D535AB (or 0xD535AB) is known color: Deep Cerise. HEX triplet: D5, 35 and AB. RGB value is (213,53,171). Sum of RGB (Red+Green+Blue) = 213+53+171=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D535AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535AB is #2ACA54. Grayscale: #717171. Windows color (decimal): -2804309 or 11220437. OLE color: 11220437.
HSL color Cylindrical-coordinate representation of color #D535AB: hue angle of 315.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D535AB is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 171 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.16 |
| HSL | 315.75º | 0.66% | 0.52% | - |
| HSV(B) | 315.75º | 0.75% | 0.84% | - |
| XYZ | 36.06 | 19.63 | 40.42 | - |
| YUV | 114.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 171 | 0 | 0.75 | 0.20 | 0.16 | 315.75 | 0.66 | 0.52 |
| Hex | D5 | 35 | AB | 0 | 4B | 14 | 10 | 13C | 42 | 34 |
| Octal | 325 | 65 | 253 | 0 | 113 | 24 | 20 | 474 | 102 | 64 |
| Binary | 11010101 | 110101 | 10101011 | 0 | 1001011 | 10100 | 10000 | 100111100 | 1000010 | 110100 |
Color Harmonies of #D535AB
Complementary color
Monochromatic Colors of #D535AB
Black with #D535AB
Text Example
Text Example
White with #D535AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D535AB; }
p { color: rgb(213,53,171); }
H1.HeaderClassName
{
color: #D535AB;
}
.AnyTagClassName
{
color: #D535AB;
}
</style>
background-color css
<style>
a { background-color: #D535AB; }
a { background-color: rgb(213,53,171); }
div.DivClassName
{
background-color: #D535AB;
}
.BgClassName
{
background-color: #D535AB;
}
</style>
border-color css
<style>
span { border-color: #D535AB; }
span { border-color: rgb(213,53,171); }
td.TdClassName
{
border-color: #D535AB;
}
.TagClassName
{
border-color: #D535AB;
}
</style>