Shades of Deep Cerise #D52D86
Tints of Deep Cerise #D52D86
RGB
CMYK
RGB Variations
Color information
#D52D86 (or 0xD52D86) is known color: Deep Cerise. HEX triplet: D5, 2D and 86. RGB value is (213,45,134). Sum of RGB (Red+Green+Blue) = 213+45+134=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D86 is #2AD279. Grayscale: #696969. Windows color (decimal): -2806394 or 8793557. OLE color: 8793557.
HSL color Cylindrical-coordinate representation of color #D52D86: hue angle of 328.21º 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 #D52D86 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 134 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.16 |
| HSL | 328.21º | 0.67% | 0.51% | - |
| HSV(B) | 328.21º | 0.79% | 0.84% | - |
| XYZ | 32.68 | 17.74 | 24.26 | - |
| YUV | 105.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 134 | 0 | 0.79 | 0.37 | 0.16 | 328.21 | 0.67 | 0.51 |
| Hex | D5 | 2D | 86 | 0 | 4F | 25 | 10 | 148 | 43 | 33 |
| Octal | 325 | 55 | 206 | 0 | 117 | 45 | 20 | 510 | 103 | 63 |
| Binary | 11010101 | 101101 | 10000110 | 0 | 1001111 | 100101 | 10000 | 101001000 | 1000011 | 110011 |
Color Harmonies of #D52D86
Complementary color
Monochromatic Colors of #D52D86
Black with #D52D86
Text Example
Text Example
White with #D52D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D86; }
p { color: rgb(213,45,134); }
H1.HeaderClassName
{
color: #D52D86;
}
.AnyTagClassName
{
color: #D52D86;
}
</style>
background-color css
<style>
a { background-color: #D52D86; }
a { background-color: rgb(213,45,134); }
div.DivClassName
{
background-color: #D52D86;
}
.BgClassName
{
background-color: #D52D86;
}
</style>
border-color css
<style>
span { border-color: #D52D86; }
span { border-color: rgb(213,45,134); }
td.TdClassName
{
border-color: #D52D86;
}
.TagClassName
{
border-color: #D52D86;
}
</style>