Shades of Deep Cerise #D532AF
Tints of Deep Cerise #D532AF
RGB
CMYK
RGB Variations
Color information
#D532AF (or 0xD532AF) is known color: Deep Cerise. HEX triplet: D5, 32 and AF. RGB value is (213,50,175). Sum of RGB (Red+Green+Blue) = 213+50+175=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D532AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D532AF is #2ACD50. Grayscale: #707070. Windows color (decimal): -2805073 or 11481813. OLE color: 11481813.
HSL color Cylindrical-coordinate representation of color #D532AF: hue angle of 313.99º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D532AF is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 175 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.16 |
| HSL | 313.99º | 0.66% | 0.52% | - |
| HSV(B) | 313.99º | 0.77% | 0.84% | - |
| XYZ | 36.32 | 19.52 | 42.41 | - |
| YUV | 112.99 | 163 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 175 | 0 | 0.77 | 0.18 | 0.16 | 313.99 | 0.66 | 0.52 |
| Hex | D5 | 32 | AF | 0 | 4D | 12 | 10 | 13A | 42 | 34 |
| Octal | 325 | 62 | 257 | 0 | 115 | 22 | 20 | 472 | 102 | 64 |
| Binary | 11010101 | 110010 | 10101111 | 0 | 1001101 | 10010 | 10000 | 100111010 | 1000010 | 110100 |
Color Harmonies of #D532AF
Complementary color
Monochromatic Colors of #D532AF
Black with #D532AF
Text Example
Text Example
White with #D532AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532AF; }
p { color: rgb(213,50,175); }
H1.HeaderClassName
{
color: #D532AF;
}
.AnyTagClassName
{
color: #D532AF;
}
</style>
background-color css
<style>
a { background-color: #D532AF; }
a { background-color: rgb(213,50,175); }
div.DivClassName
{
background-color: #D532AF;
}
.BgClassName
{
background-color: #D532AF;
}
</style>
border-color css
<style>
span { border-color: #D532AF; }
span { border-color: rgb(213,50,175); }
td.TdClassName
{
border-color: #D532AF;
}
.TagClassName
{
border-color: #D532AF;
}
</style>