Shades of Deep Cerise #D535A8
Tints of Deep Cerise #D535A8
RGB
CMYK
RGB Variations
Color information
#D535A8 (or 0xD535A8) is known color: Deep Cerise. HEX triplet: D5, 35 and A8. RGB value is (213,53,168). Sum of RGB (Red+Green+Blue) = 213+53+168=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D535A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D535A8 is #2ACA57. Grayscale: #717171. Windows color (decimal): -2804312 or 11023829. OLE color: 11023829.
HSL color Cylindrical-coordinate representation of color #D535A8: hue angle of 316.88º 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 #D535A8 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 168 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.16 |
| HSL | 316.88º | 0.66% | 0.52% | - |
| HSV(B) | 316.88º | 0.75% | 0.84% | - |
| XYZ | 35.78 | 19.52 | 38.93 | - |
| YUV | 113.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 168 | 0 | 0.75 | 0.21 | 0.16 | 316.88 | 0.66 | 0.52 |
| Hex | D5 | 35 | A8 | 0 | 4B | 15 | 10 | 13D | 42 | 34 |
| Octal | 325 | 65 | 250 | 0 | 113 | 25 | 20 | 475 | 102 | 64 |
| Binary | 11010101 | 110101 | 10101000 | 0 | 1001011 | 10101 | 10000 | 100111101 | 1000010 | 110100 |
Color Harmonies of #D535A8
Complementary color
Monochromatic Colors of #D535A8
Black with #D535A8
Text Example
Text Example
White with #D535A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D535A8; }
p { color: rgb(213,53,168); }
H1.HeaderClassName
{
color: #D535A8;
}
.AnyTagClassName
{
color: #D535A8;
}
</style>
background-color css
<style>
a { background-color: #D535A8; }
a { background-color: rgb(213,53,168); }
div.DivClassName
{
background-color: #D535A8;
}
.BgClassName
{
background-color: #D535A8;
}
</style>
border-color css
<style>
span { border-color: #D535A8; }
span { border-color: rgb(213,53,168); }
td.TdClassName
{
border-color: #D535A8;
}
.TagClassName
{
border-color: #D535A8;
}
</style>