Shades of Deep Cerise #D52FAB
Tints of Deep Cerise #D52FAB
RGB
CMYK
RGB Variations
Color information
#D52FAB (or 0xD52FAB) is known color: Deep Cerise. HEX triplet: D5, 2F and AB. RGB value is (213,47,171). Sum of RGB (Red+Green+Blue) = 213+47+171=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FAB is #2AD054. Grayscale: #6E6E6E. Windows color (decimal): -2805845 or 11218901. OLE color: 11218901.
HSL color Cylindrical-coordinate representation of color #D52FAB: hue angle of 315.18º 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 #D52FAB is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 171 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.16 |
| HSL | 315.18º | 0.66% | 0.51% | - |
| HSV(B) | 315.18º | 0.78% | 0.84% | - |
| XYZ | 35.81 | 19.12 | 40.33 | - |
| YUV | 110.77 | 162 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 171 | 0 | 0.78 | 0.20 | 0.16 | 315.18 | 0.66 | 0.51 |
| Hex | D5 | 2F | AB | 0 | 4E | 14 | 10 | 13B | 42 | 33 |
| Octal | 325 | 57 | 253 | 0 | 116 | 24 | 20 | 473 | 102 | 63 |
| Binary | 11010101 | 101111 | 10101011 | 0 | 1001110 | 10100 | 10000 | 100111011 | 1000010 | 110011 |
Color Harmonies of #D52FAB
Complementary color
Monochromatic Colors of #D52FAB
Black with #D52FAB
Text Example
Text Example
White with #D52FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FAB; }
p { color: rgb(213,47,171); }
H1.HeaderClassName
{
color: #D52FAB;
}
.AnyTagClassName
{
color: #D52FAB;
}
</style>
background-color css
<style>
a { background-color: #D52FAB; }
a { background-color: rgb(213,47,171); }
div.DivClassName
{
background-color: #D52FAB;
}
.BgClassName
{
background-color: #D52FAB;
}
</style>
border-color css
<style>
span { border-color: #D52FAB; }
span { border-color: rgb(213,47,171); }
td.TdClassName
{
border-color: #D52FAB;
}
.TagClassName
{
border-color: #D52FAB;
}
</style>