Shades of Deep Cerise #D524A1
Tints of Deep Cerise #D524A1
RGB
CMYK
RGB Variations
Color information
#D524A1 (or 0xD524A1) is known color: Deep Cerise. HEX triplet: D5, 24 and A1. RGB value is (213,36,161). Sum of RGB (Red+Green+Blue) = 213+36+161=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D524A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D524A1 is #2ADB5E. Grayscale: #666666. Windows color (decimal): -2808671 or 10560725. OLE color: 10560725.
HSL color Cylindrical-coordinate representation of color #D524A1: hue angle of 317.63º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D524A1 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 161 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.16 |
| HSL | 317.63º | 0.71% | 0.49% | - |
| HSV(B) | 317.63º | 0.83% | 0.84% | - |
| XYZ | 34.5 | 17.98 | 35.37 | - |
| YUV | 103.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 161 | 0 | 0.83 | 0.24 | 0.16 | 317.63 | 0.71 | 0.49 |
| Hex | D5 | 24 | A1 | 0 | 53 | 18 | 10 | 13E | 47 | 31 |
| Octal | 325 | 44 | 241 | 0 | 123 | 30 | 20 | 476 | 107 | 61 |
| Binary | 11010101 | 100100 | 10100001 | 0 | 1010011 | 11000 | 10000 | 100111110 | 1000111 | 110001 |
Color Harmonies of #D524A1
Complementary color
Monochromatic Colors of #D524A1
Black with #D524A1
Text Example
Text Example
White with #D524A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524A1; }
p { color: rgb(213,36,161); }
H1.HeaderClassName
{
color: #D524A1;
}
.AnyTagClassName
{
color: #D524A1;
}
</style>
background-color css
<style>
a { background-color: #D524A1; }
a { background-color: rgb(213,36,161); }
div.DivClassName
{
background-color: #D524A1;
}
.BgClassName
{
background-color: #D524A1;
}
</style>
border-color css
<style>
span { border-color: #D524A1; }
span { border-color: rgb(213,36,161); }
td.TdClassName
{
border-color: #D524A1;
}
.TagClassName
{
border-color: #D524A1;
}
</style>