Shades of Deep Cerise #D52FA2
Tints of Deep Cerise #D52FA2
RGB
CMYK
RGB Variations
Color information
#D52FA2 (or 0xD52FA2) is known color: Deep Cerise. HEX triplet: D5, 2F and A2. RGB value is (213,47,162). Sum of RGB (Red+Green+Blue) = 213+47+162=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FA2 is #2AD05D. Grayscale: #6D6D6D. Windows color (decimal): -2805854 or 10629077. OLE color: 10629077.
HSL color Cylindrical-coordinate representation of color #D52FA2: hue angle of 318.43º 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 #D52FA2 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 162 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.16 |
| HSL | 318.43º | 0.66% | 0.51% | - |
| HSV(B) | 318.43º | 0.78% | 0.84% | - |
| XYZ | 34.98 | 18.79 | 35.97 | - |
| YUV | 109.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 162 | 0 | 0.78 | 0.24 | 0.16 | 318.43 | 0.66 | 0.51 |
| Hex | D5 | 2F | A2 | 0 | 4E | 18 | 10 | 13E | 42 | 33 |
| Octal | 325 | 57 | 242 | 0 | 116 | 30 | 20 | 476 | 102 | 63 |
| Binary | 11010101 | 101111 | 10100010 | 0 | 1001110 | 11000 | 10000 | 100111110 | 1000010 | 110011 |
Color Harmonies of #D52FA2
Complementary color
Monochromatic Colors of #D52FA2
Black with #D52FA2
Text Example
Text Example
White with #D52FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FA2; }
p { color: rgb(213,47,162); }
H1.HeaderClassName
{
color: #D52FA2;
}
.AnyTagClassName
{
color: #D52FA2;
}
</style>
background-color css
<style>
a { background-color: #D52FA2; }
a { background-color: rgb(213,47,162); }
div.DivClassName
{
background-color: #D52FA2;
}
.BgClassName
{
background-color: #D52FA2;
}
</style>
border-color css
<style>
span { border-color: #D52FA2; }
span { border-color: rgb(213,47,162); }
td.TdClassName
{
border-color: #D52FA2;
}
.TagClassName
{
border-color: #D52FA2;
}
</style>