Shades of Deep Cerise #D52DA6
Tints of Deep Cerise #D52DA6
RGB
CMYK
RGB Variations
Color information
#D52DA6 (or 0xD52DA6) is known color: Deep Cerise. HEX triplet: D5, 2D and A6. RGB value is (213,45,166). Sum of RGB (Red+Green+Blue) = 213+45+166=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DA6 is #2AD259. Grayscale: #6C6C6C. Windows color (decimal): -2806362 or 10890709. OLE color: 10890709.
HSL color Cylindrical-coordinate representation of color #D52DA6: hue angle of 316.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52DA6 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 166 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.16 |
| HSL | 316.79º | 0.67% | 0.51% | - |
| HSV(B) | 316.79º | 0.79% | 0.84% | - |
| XYZ | 35.26 | 18.78 | 37.84 | - |
| YUV | 109.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 166 | 0 | 0.79 | 0.22 | 0.16 | 316.79 | 0.67 | 0.51 |
| Hex | D5 | 2D | A6 | 0 | 4F | 16 | 10 | 13D | 43 | 33 |
| Octal | 325 | 55 | 246 | 0 | 117 | 26 | 20 | 475 | 103 | 63 |
| Binary | 11010101 | 101101 | 10100110 | 0 | 1001111 | 10110 | 10000 | 100111101 | 1000011 | 110011 |
Color Harmonies of #D52DA6
Complementary color
Monochromatic Colors of #D52DA6
Black with #D52DA6
Text Example
Text Example
White with #D52DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DA6; }
p { color: rgb(213,45,166); }
H1.HeaderClassName
{
color: #D52DA6;
}
.AnyTagClassName
{
color: #D52DA6;
}
</style>
background-color css
<style>
a { background-color: #D52DA6; }
a { background-color: rgb(213,45,166); }
div.DivClassName
{
background-color: #D52DA6;
}
.BgClassName
{
background-color: #D52DA6;
}
</style>
border-color css
<style>
span { border-color: #D52DA6; }
span { border-color: rgb(213,45,166); }
td.TdClassName
{
border-color: #D52DA6;
}
.TagClassName
{
border-color: #D52DA6;
}
</style>