Shades of Deep Cerise #D52FAA
Tints of Deep Cerise #D52FAA
RGB
CMYK
RGB Variations
Color information
#D52FAA (or 0xD52FAA) is known color: Deep Cerise. HEX triplet: D5, 2F and AA. RGB value is (213,47,170). Sum of RGB (Red+Green+Blue) = 213+47+170=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FAA is #2AD055. Grayscale: #6E6E6E. Windows color (decimal): -2805846 or 11153365. OLE color: 11153365.
HSL color Cylindrical-coordinate representation of color #D52FAA: hue angle of 315.54º 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 #D52FAA is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 170 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.16 |
| HSL | 315.54º | 0.66% | 0.51% | - |
| HSV(B) | 315.54º | 0.78% | 0.84% | - |
| XYZ | 35.71 | 19.08 | 39.83 | - |
| YUV | 110.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 170 | 0 | 0.78 | 0.20 | 0.16 | 315.54 | 0.66 | 0.51 |
| Hex | D5 | 2F | AA | 0 | 4E | 14 | 10 | 13C | 42 | 33 |
| Octal | 325 | 57 | 252 | 0 | 116 | 24 | 20 | 474 | 102 | 63 |
| Binary | 11010101 | 101111 | 10101010 | 0 | 1001110 | 10100 | 10000 | 100111100 | 1000010 | 110011 |
Color Harmonies of #D52FAA
Complementary color
Monochromatic Colors of #D52FAA
Black with #D52FAA
Text Example
Text Example
White with #D52FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FAA; }
p { color: rgb(213,47,170); }
H1.HeaderClassName
{
color: #D52FAA;
}
.AnyTagClassName
{
color: #D52FAA;
}
</style>
background-color css
<style>
a { background-color: #D52FAA; }
a { background-color: rgb(213,47,170); }
div.DivClassName
{
background-color: #D52FAA;
}
.BgClassName
{
background-color: #D52FAA;
}
</style>
border-color css
<style>
span { border-color: #D52FAA; }
span { border-color: rgb(213,47,170); }
td.TdClassName
{
border-color: #D52FAA;
}
.TagClassName
{
border-color: #D52FAA;
}
</style>