Shades of Deep Cerise #D52FA9
Tints of Deep Cerise #D52FA9
RGB
CMYK
RGB Variations
Color information
#D52FA9 (or 0xD52FA9) is known color: Deep Cerise. HEX triplet: D5, 2F and A9. RGB value is (213,47,169). Sum of RGB (Red+Green+Blue) = 213+47+169=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FA9 is #2AD056. Grayscale: #6E6E6E. Windows color (decimal): -2805847 or 11087829. OLE color: 11087829.
HSL color Cylindrical-coordinate representation of color #D52FA9: hue angle of 315.9º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52FA9 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 169 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.16 |
| HSL | 315.9º | 0.66% | 0.51% | - |
| HSV(B) | 315.9º | 0.78% | 0.84% | - |
| XYZ | 35.62 | 19.04 | 39.33 | - |
| YUV | 110.54 | 161 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 169 | 0 | 0.78 | 0.21 | 0.16 | 315.9 | 0.66 | 0.51 |
| Hex | D5 | 2F | A9 | 0 | 4E | 15 | 10 | 13C | 42 | 33 |
| Octal | 325 | 57 | 251 | 0 | 116 | 25 | 20 | 474 | 102 | 63 |
| Binary | 11010101 | 101111 | 10101001 | 0 | 1001110 | 10101 | 10000 | 100111100 | 1000010 | 110011 |
Color Harmonies of #D52FA9
Complementary color
Monochromatic Colors of #D52FA9
Black with #D52FA9
Text Example
Text Example
White with #D52FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FA9; }
p { color: rgb(213,47,169); }
H1.HeaderClassName
{
color: #D52FA9;
}
.AnyTagClassName
{
color: #D52FA9;
}
</style>
background-color css
<style>
a { background-color: #D52FA9; }
a { background-color: rgb(213,47,169); }
div.DivClassName
{
background-color: #D52FA9;
}
.BgClassName
{
background-color: #D52FA9;
}
</style>
border-color css
<style>
span { border-color: #D52FA9; }
span { border-color: rgb(213,47,169); }
td.TdClassName
{
border-color: #D52FA9;
}
.TagClassName
{
border-color: #D52FA9;
}
</style>