Shades of Deep Cerise #D52D8C
Tints of Deep Cerise #D52D8C
RGB
CMYK
RGB Variations
Color information
#D52D8C (or 0xD52D8C) is known color: Deep Cerise. HEX triplet: D5, 2D and 8C. RGB value is (213,45,140). Sum of RGB (Red+Green+Blue) = 213+45+140=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D8C is #2AD273. Grayscale: #696969. Windows color (decimal): -2806388 or 9186773. OLE color: 9186773.
HSL color Cylindrical-coordinate representation of color #D52D8C: hue angle of 326.07º 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 #D52D8C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 140 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.16 |
| HSL | 326.07º | 0.67% | 0.51% | - |
| HSV(B) | 326.07º | 0.79% | 0.84% | - |
| XYZ | 33.11 | 17.92 | 26.52 | - |
| YUV | 106.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 140 | 0 | 0.79 | 0.34 | 0.16 | 326.07 | 0.67 | 0.51 |
| Hex | D5 | 2D | 8C | 0 | 4F | 22 | 10 | 146 | 43 | 33 |
| Octal | 325 | 55 | 214 | 0 | 117 | 42 | 20 | 506 | 103 | 63 |
| Binary | 11010101 | 101101 | 10001100 | 0 | 1001111 | 100010 | 10000 | 101000110 | 1000011 | 110011 |
Color Harmonies of #D52D8C
Complementary color
Monochromatic Colors of #D52D8C
Black with #D52D8C
Text Example
Text Example
White with #D52D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D8C; }
p { color: rgb(213,45,140); }
H1.HeaderClassName
{
color: #D52D8C;
}
.AnyTagClassName
{
color: #D52D8C;
}
</style>
background-color css
<style>
a { background-color: #D52D8C; }
a { background-color: rgb(213,45,140); }
div.DivClassName
{
background-color: #D52D8C;
}
.BgClassName
{
background-color: #D52D8C;
}
</style>
border-color css
<style>
span { border-color: #D52D8C; }
span { border-color: rgb(213,45,140); }
td.TdClassName
{
border-color: #D52D8C;
}
.TagClassName
{
border-color: #D52D8C;
}
</style>