Shades of Deep Cerise #D52D89
Tints of Deep Cerise #D52D89
RGB
CMYK
RGB Variations
Color information
#D52D89 (or 0xD52D89) is known color: Deep Cerise. HEX triplet: D5, 2D and 89. RGB value is (213,45,137). Sum of RGB (Red+Green+Blue) = 213+45+137=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52D89 is #2AD276. Grayscale: #696969. Windows color (decimal): -2806391 or 8990165. OLE color: 8990165.
HSL color Cylindrical-coordinate representation of color #D52D89: hue angle of 327.14º 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 #D52D89 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 137 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.16 |
| HSL | 327.14º | 0.67% | 0.51% | - |
| HSV(B) | 327.14º | 0.79% | 0.84% | - |
| XYZ | 32.89 | 17.83 | 25.37 | - |
| YUV | 105.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 137 | 0 | 0.79 | 0.36 | 0.16 | 327.14 | 0.67 | 0.51 |
| Hex | D5 | 2D | 89 | 0 | 4F | 24 | 10 | 147 | 43 | 33 |
| Octal | 325 | 55 | 211 | 0 | 117 | 44 | 20 | 507 | 103 | 63 |
| Binary | 11010101 | 101101 | 10001001 | 0 | 1001111 | 100100 | 10000 | 101000111 | 1000011 | 110011 |
Color Harmonies of #D52D89
Complementary color
Monochromatic Colors of #D52D89
Black with #D52D89
Text Example
Text Example
White with #D52D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D89; }
p { color: rgb(213,45,137); }
H1.HeaderClassName
{
color: #D52D89;
}
.AnyTagClassName
{
color: #D52D89;
}
</style>
background-color css
<style>
a { background-color: #D52D89; }
a { background-color: rgb(213,45,137); }
div.DivClassName
{
background-color: #D52D89;
}
.BgClassName
{
background-color: #D52D89;
}
</style>
border-color css
<style>
span { border-color: #D52D89; }
span { border-color: rgb(213,45,137); }
td.TdClassName
{
border-color: #D52D89;
}
.TagClassName
{
border-color: #D52D89;
}
</style>