Shades of Deep Cerise #D534AF
Tints of Deep Cerise #D534AF
RGB
CMYK
RGB Variations
Color information
#D534AF (or 0xD534AF) is known color: Deep Cerise. HEX triplet: D5, 34 and AF. RGB value is (213,52,175). Sum of RGB (Red+Green+Blue) = 213+52+175=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D534AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D534AF is #2ACB50. Grayscale: #717171. Windows color (decimal): -2804561 or 11482325. OLE color: 11482325.
HSL color Cylindrical-coordinate representation of color #D534AF: hue angle of 314.16º 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 #D534AF is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 175 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.16 |
| HSL | 314.16º | 0.66% | 0.52% | - |
| HSV(B) | 314.16º | 0.76% | 0.84% | - |
| XYZ | 36.41 | 19.7 | 42.44 | - |
| YUV | 114.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 175 | 0 | 0.76 | 0.18 | 0.16 | 314.16 | 0.66 | 0.52 |
| Hex | D5 | 34 | AF | 0 | 4C | 12 | 10 | 13A | 42 | 34 |
| Octal | 325 | 64 | 257 | 0 | 114 | 22 | 20 | 472 | 102 | 64 |
| Binary | 11010101 | 110100 | 10101111 | 0 | 1001100 | 10010 | 10000 | 100111010 | 1000010 | 110100 |
Color Harmonies of #D534AF
Complementary color
Monochromatic Colors of #D534AF
Black with #D534AF
Text Example
Text Example
White with #D534AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534AF; }
p { color: rgb(213,52,175); }
H1.HeaderClassName
{
color: #D534AF;
}
.AnyTagClassName
{
color: #D534AF;
}
</style>
background-color css
<style>
a { background-color: #D534AF; }
a { background-color: rgb(213,52,175); }
div.DivClassName
{
background-color: #D534AF;
}
.BgClassName
{
background-color: #D534AF;
}
</style>
border-color css
<style>
span { border-color: #D534AF; }
span { border-color: rgb(213,52,175); }
td.TdClassName
{
border-color: #D534AF;
}
.TagClassName
{
border-color: #D534AF;
}
</style>