Shades of Deep Cerise #D52D8A
Tints of Deep Cerise #D52D8A
RGB
CMYK
RGB Variations
Color information
#D52D8A (or 0xD52D8A) is known color: Deep Cerise. HEX triplet: D5, 2D and 8A. RGB value is (213,45,138). Sum of RGB (Red+Green+Blue) = 213+45+138=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D8A is #2AD275. Grayscale: #696969. Windows color (decimal): -2806390 or 9055701. OLE color: 9055701.
HSL color Cylindrical-coordinate representation of color #D52D8A: hue angle of 326.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 #D52D8A is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 138 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.16 |
| HSL | 326.79º | 0.67% | 0.51% | - |
| HSV(B) | 326.79º | 0.79% | 0.84% | - |
| XYZ | 32.97 | 17.86 | 25.75 | - |
| YUV | 105.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 138 | 0 | 0.79 | 0.35 | 0.16 | 326.79 | 0.67 | 0.51 |
| Hex | D5 | 2D | 8A | 0 | 4F | 23 | 10 | 147 | 43 | 33 |
| Octal | 325 | 55 | 212 | 0 | 117 | 43 | 20 | 507 | 103 | 63 |
| Binary | 11010101 | 101101 | 10001010 | 0 | 1001111 | 100011 | 10000 | 101000111 | 1000011 | 110011 |
Color Harmonies of #D52D8A
Complementary color
Monochromatic Colors of #D52D8A
Black with #D52D8A
Text Example
Text Example
White with #D52D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D8A; }
p { color: rgb(213,45,138); }
H1.HeaderClassName
{
color: #D52D8A;
}
.AnyTagClassName
{
color: #D52D8A;
}
</style>
background-color css
<style>
a { background-color: #D52D8A; }
a { background-color: rgb(213,45,138); }
div.DivClassName
{
background-color: #D52D8A;
}
.BgClassName
{
background-color: #D52D8A;
}
</style>
border-color css
<style>
span { border-color: #D52D8A; }
span { border-color: rgb(213,45,138); }
td.TdClassName
{
border-color: #D52D8A;
}
.TagClassName
{
border-color: #D52D8A;
}
</style>