Shades of Deep Cerise #D532A4
Tints of Deep Cerise #D532A4
RGB
CMYK
RGB Variations
Color information
#D532A4 (or 0xD532A4) is known color: Deep Cerise. HEX triplet: D5, 32 and A4. RGB value is (213,50,164). Sum of RGB (Red+Green+Blue) = 213+50+164=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D532A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D532A4 is #2ACD5B. Grayscale: #6F6F6F. Windows color (decimal): -2805084 or 10760917. OLE color: 10760917.
HSL color Cylindrical-coordinate representation of color #D532A4: hue angle of 318.04º 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 #D532A4 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 164 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.16 |
| HSL | 318.04º | 0.66% | 0.52% | - |
| HSV(B) | 318.04º | 0.77% | 0.84% | - |
| XYZ | 35.28 | 19.11 | 36.95 | - |
| YUV | 111.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 164 | 0 | 0.77 | 0.23 | 0.16 | 318.04 | 0.66 | 0.52 |
| Hex | D5 | 32 | A4 | 0 | 4D | 17 | 10 | 13E | 42 | 34 |
| Octal | 325 | 62 | 244 | 0 | 115 | 27 | 20 | 476 | 102 | 64 |
| Binary | 11010101 | 110010 | 10100100 | 0 | 1001101 | 10111 | 10000 | 100111110 | 1000010 | 110100 |
Color Harmonies of #D532A4
Complementary color
Monochromatic Colors of #D532A4
Black with #D532A4
Text Example
Text Example
White with #D532A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532A4; }
p { color: rgb(213,50,164); }
H1.HeaderClassName
{
color: #D532A4;
}
.AnyTagClassName
{
color: #D532A4;
}
</style>
background-color css
<style>
a { background-color: #D532A4; }
a { background-color: rgb(213,50,164); }
div.DivClassName
{
background-color: #D532A4;
}
.BgClassName
{
background-color: #D532A4;
}
</style>
border-color css
<style>
span { border-color: #D532A4; }
span { border-color: rgb(213,50,164); }
td.TdClassName
{
border-color: #D532A4;
}
.TagClassName
{
border-color: #D532A4;
}
</style>