Shades of Deep Cerise #D52893
Tints of Deep Cerise #D52893
RGB
CMYK
RGB Variations
Color information
#D52893 (or 0xD52893) is known color: Deep Cerise. HEX triplet: D5, 28 and 93. RGB value is (213,40,147). Sum of RGB (Red+Green+Blue) = 213+40+147=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D52893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52893 is #2AD76C. Grayscale: #676767. Windows color (decimal): -2807661 or 9644245. OLE color: 9644245.
HSL color Cylindrical-coordinate representation of color #D52893: hue angle of 322.89º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52893 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 147 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.16 |
| HSL | 322.89º | 0.68% | 0.5% | - |
| HSV(B) | 322.89º | 0.81% | 0.84% | - |
| XYZ | 33.47 | 17.77 | 29.27 | - |
| YUV | 103.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 147 | 0 | 0.81 | 0.31 | 0.16 | 322.89 | 0.68 | 0.5 |
| Hex | D5 | 28 | 93 | 0 | 51 | 1F | 10 | 143 | 44 | 32 |
| Octal | 325 | 50 | 223 | 0 | 121 | 37 | 20 | 503 | 104 | 62 |
| Binary | 11010101 | 101000 | 10010011 | 0 | 1010001 | 11111 | 10000 | 101000011 | 1000100 | 110010 |
Color Harmonies of #D52893
Complementary color
Monochromatic Colors of #D52893
Black with #D52893
Text Example
Text Example
White with #D52893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52893; }
p { color: rgb(213,40,147); }
H1.HeaderClassName
{
color: #D52893;
}
.AnyTagClassName
{
color: #D52893;
}
</style>
background-color css
<style>
a { background-color: #D52893; }
a { background-color: rgb(213,40,147); }
div.DivClassName
{
background-color: #D52893;
}
.BgClassName
{
background-color: #D52893;
}
</style>
border-color css
<style>
span { border-color: #D52893; }
span { border-color: rgb(213,40,147); }
td.TdClassName
{
border-color: #D52893;
}
.TagClassName
{
border-color: #D52893;
}
</style>