Shades of Deep Cerise #D534A7
Tints of Deep Cerise #D534A7
RGB
CMYK
RGB Variations
Color information
#D534A7 (or 0xD534A7) is known color: Deep Cerise. HEX triplet: D5, 34 and A7. RGB value is (213,52,167). Sum of RGB (Red+Green+Blue) = 213+52+167=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D534A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D534A7 is #2ACB58. Grayscale: #707070. Windows color (decimal): -2804569 or 10958037. OLE color: 10958037.
HSL color Cylindrical-coordinate representation of color #D534A7: hue angle of 317.14º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D534A7 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 167 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.16 |
| HSL | 317.14º | 0.66% | 0.52% | - |
| HSV(B) | 317.14º | 0.76% | 0.84% | - |
| XYZ | 35.64 | 19.39 | 38.42 | - |
| YUV | 113.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 167 | 0 | 0.76 | 0.22 | 0.16 | 317.14 | 0.66 | 0.52 |
| Hex | D5 | 34 | A7 | 0 | 4C | 16 | 10 | 13D | 42 | 34 |
| Octal | 325 | 64 | 247 | 0 | 114 | 26 | 20 | 475 | 102 | 64 |
| Binary | 11010101 | 110100 | 10100111 | 0 | 1001100 | 10110 | 10000 | 100111101 | 1000010 | 110100 |
Color Harmonies of #D534A7
Complementary color
Monochromatic Colors of #D534A7
Black with #D534A7
Text Example
Text Example
White with #D534A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534A7; }
p { color: rgb(213,52,167); }
H1.HeaderClassName
{
color: #D534A7;
}
.AnyTagClassName
{
color: #D534A7;
}
</style>
background-color css
<style>
a { background-color: #D534A7; }
a { background-color: rgb(213,52,167); }
div.DivClassName
{
background-color: #D534A7;
}
.BgClassName
{
background-color: #D534A7;
}
</style>
border-color css
<style>
span { border-color: #D534A7; }
span { border-color: rgb(213,52,167); }
td.TdClassName
{
border-color: #D534A7;
}
.TagClassName
{
border-color: #D534A7;
}
</style>