Shades of Deep Cerise #D52CA6
Tints of Deep Cerise #D52CA6
RGB
CMYK
RGB Variations
Color information
#D52CA6 (or 0xD52CA6) is known color: Deep Cerise. HEX triplet: D5, 2C and A6. RGB value is (213,44,166). Sum of RGB (Red+Green+Blue) = 213+44+166=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52CA6 is #2AD359. Grayscale: #6C6C6C. Windows color (decimal): -2806618 or 10890453. OLE color: 10890453.
HSL color Cylindrical-coordinate representation of color #D52CA6: hue angle of 316.69º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52CA6 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 166 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.16 |
| HSL | 316.69º | 0.67% | 0.5% | - |
| HSV(B) | 316.69º | 0.79% | 0.84% | - |
| XYZ | 35.22 | 18.7 | 37.83 | - |
| YUV | 108.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 166 | 0 | 0.79 | 0.22 | 0.16 | 316.69 | 0.67 | 0.5 |
| Hex | D5 | 2C | A6 | 0 | 4F | 16 | 10 | 13D | 43 | 32 |
| Octal | 325 | 54 | 246 | 0 | 117 | 26 | 20 | 475 | 103 | 62 |
| Binary | 11010101 | 101100 | 10100110 | 0 | 1001111 | 10110 | 10000 | 100111101 | 1000011 | 110010 |
Color Harmonies of #D52CA6
Complementary color
Monochromatic Colors of #D52CA6
Black with #D52CA6
Text Example
Text Example
White with #D52CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CA6; }
p { color: rgb(213,44,166); }
H1.HeaderClassName
{
color: #D52CA6;
}
.AnyTagClassName
{
color: #D52CA6;
}
</style>
background-color css
<style>
a { background-color: #D52CA6; }
a { background-color: rgb(213,44,166); }
div.DivClassName
{
background-color: #D52CA6;
}
.BgClassName
{
background-color: #D52CA6;
}
</style>
border-color css
<style>
span { border-color: #D52CA6; }
span { border-color: rgb(213,44,166); }
td.TdClassName
{
border-color: #D52CA6;
}
.TagClassName
{
border-color: #D52CA6;
}
</style>