Shades of Deep Cerise #D52DAB
Tints of Deep Cerise #D52DAB
RGB
CMYK
RGB Variations
Color information
#D52DAB (or 0xD52DAB) is known color: Deep Cerise. HEX triplet: D5, 2D and AB. RGB value is (213,45,171). Sum of RGB (Red+Green+Blue) = 213+45+171=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DAB is #2AD254. Grayscale: #6D6D6D. Windows color (decimal): -2806357 or 11218389. OLE color: 11218389.
HSL color Cylindrical-coordinate representation of color #D52DAB: hue angle of 315º 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 #D52DAB is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 171 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.16 |
| HSL | 315º | 0.67% | 0.51% | - |
| HSV(B) | 315º | 0.79% | 0.84% | - |
| XYZ | 35.73 | 18.96 | 40.31 | - |
| YUV | 109.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 171 | 0 | 0.79 | 0.20 | 0.16 | 315 | 0.67 | 0.51 |
| Hex | D5 | 2D | AB | 0 | 4F | 14 | 10 | 13B | 43 | 33 |
| Octal | 325 | 55 | 253 | 0 | 117 | 24 | 20 | 473 | 103 | 63 |
| Binary | 11010101 | 101101 | 10101011 | 0 | 1001111 | 10100 | 10000 | 100111011 | 1000011 | 110011 |
Color Harmonies of #D52DAB
Complementary color
Monochromatic Colors of #D52DAB
Black with #D52DAB
Text Example
Text Example
White with #D52DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DAB; }
p { color: rgb(213,45,171); }
H1.HeaderClassName
{
color: #D52DAB;
}
.AnyTagClassName
{
color: #D52DAB;
}
</style>
background-color css
<style>
a { background-color: #D52DAB; }
a { background-color: rgb(213,45,171); }
div.DivClassName
{
background-color: #D52DAB;
}
.BgClassName
{
background-color: #D52DAB;
}
</style>
border-color css
<style>
span { border-color: #D52DAB; }
span { border-color: rgb(213,45,171); }
td.TdClassName
{
border-color: #D52DAB;
}
.TagClassName
{
border-color: #D52DAB;
}
</style>