Shades of Deep Cerise #D52FAD
Tints of Deep Cerise #D52FAD
RGB
CMYK
RGB Variations
Color information
#D52FAD (or 0xD52FAD) is known color: Deep Cerise. HEX triplet: D5, 2F and AD. RGB value is (213,47,173). Sum of RGB (Red+Green+Blue) = 213+47+173=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FAD is #2AD052. Grayscale: #6E6E6E. Windows color (decimal): -2805843 or 11349973. OLE color: 11349973.
HSL color Cylindrical-coordinate representation of color #D52FAD: hue angle of 314.46º 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 #D52FAD is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 173 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.16 |
| HSL | 314.46º | 0.66% | 0.51% | - |
| HSV(B) | 314.46º | 0.78% | 0.84% | - |
| XYZ | 36 | 19.2 | 41.34 | - |
| YUV | 111 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 173 | 0 | 0.78 | 0.19 | 0.16 | 314.46 | 0.66 | 0.51 |
| Hex | D5 | 2F | AD | 0 | 4E | 13 | 10 | 13A | 42 | 33 |
| Octal | 325 | 57 | 255 | 0 | 116 | 23 | 20 | 472 | 102 | 63 |
| Binary | 11010101 | 101111 | 10101101 | 0 | 1001110 | 10011 | 10000 | 100111010 | 1000010 | 110011 |
Color Harmonies of #D52FAD
Complementary color
Monochromatic Colors of #D52FAD
Black with #D52FAD
Text Example
Text Example
White with #D52FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FAD; }
p { color: rgb(213,47,173); }
H1.HeaderClassName
{
color: #D52FAD;
}
.AnyTagClassName
{
color: #D52FAD;
}
</style>
background-color css
<style>
a { background-color: #D52FAD; }
a { background-color: rgb(213,47,173); }
div.DivClassName
{
background-color: #D52FAD;
}
.BgClassName
{
background-color: #D52FAD;
}
</style>
border-color css
<style>
span { border-color: #D52FAD; }
span { border-color: rgb(213,47,173); }
td.TdClassName
{
border-color: #D52FAD;
}
.TagClassName
{
border-color: #D52FAD;
}
</style>