Shades of Deep Cerise #D52FA6
Tints of Deep Cerise #D52FA6
RGB
CMYK
RGB Variations
Color information
#D52FA6 (or 0xD52FA6) is known color: Deep Cerise. HEX triplet: D5, 2F and A6. RGB value is (213,47,166). Sum of RGB (Red+Green+Blue) = 213+47+166=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FA6 is #2AD059. Grayscale: #6D6D6D. Windows color (decimal): -2805850 or 10891221. OLE color: 10891221.
HSL color Cylindrical-coordinate representation of color #D52FA6: hue angle of 316.99º 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 #D52FA6 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 166 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.16 |
| HSL | 316.99º | 0.66% | 0.51% | - |
| HSV(B) | 316.99º | 0.78% | 0.84% | - |
| XYZ | 35.34 | 18.93 | 37.87 | - |
| YUV | 110.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 166 | 0 | 0.78 | 0.22 | 0.16 | 316.99 | 0.66 | 0.51 |
| Hex | D5 | 2F | A6 | 0 | 4E | 16 | 10 | 13D | 42 | 33 |
| Octal | 325 | 57 | 246 | 0 | 116 | 26 | 20 | 475 | 102 | 63 |
| Binary | 11010101 | 101111 | 10100110 | 0 | 1001110 | 10110 | 10000 | 100111101 | 1000010 | 110011 |
Color Harmonies of #D52FA6
Complementary color
Monochromatic Colors of #D52FA6
Black with #D52FA6
Text Example
Text Example
White with #D52FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FA6; }
p { color: rgb(213,47,166); }
H1.HeaderClassName
{
color: #D52FA6;
}
.AnyTagClassName
{
color: #D52FA6;
}
</style>
background-color css
<style>
a { background-color: #D52FA6; }
a { background-color: rgb(213,47,166); }
div.DivClassName
{
background-color: #D52FA6;
}
.BgClassName
{
background-color: #D52FA6;
}
</style>
border-color css
<style>
span { border-color: #D52FA6; }
span { border-color: rgb(213,47,166); }
td.TdClassName
{
border-color: #D52FA6;
}
.TagClassName
{
border-color: #D52FA6;
}
</style>