Shades of Deep Cerise #D52793
Tints of Deep Cerise #D52793
RGB
CMYK
RGB Variations
Color information
#D52793 (or 0xD52793) is known color: Deep Cerise. HEX triplet: D5, 27 and 93. RGB value is (213,39,147). Sum of RGB (Red+Green+Blue) = 213+39+147=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D52793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52793 is #2AD86C. Grayscale: #676767. Windows color (decimal): -2807917 or 9643989. OLE color: 9643989.
HSL color Cylindrical-coordinate representation of color #D52793: hue angle of 322.76º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52793 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 147 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.16 |
| HSL | 322.76º | 0.69% | 0.49% | - |
| HSV(B) | 322.76º | 0.82% | 0.84% | - |
| XYZ | 33.43 | 17.7 | 29.26 | - |
| YUV | 103.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 147 | 0 | 0.82 | 0.31 | 0.16 | 322.76 | 0.69 | 0.49 |
| Hex | D5 | 27 | 93 | 0 | 52 | 1F | 10 | 143 | 45 | 31 |
| Octal | 325 | 47 | 223 | 0 | 122 | 37 | 20 | 503 | 105 | 61 |
| Binary | 11010101 | 100111 | 10010011 | 0 | 1010010 | 11111 | 10000 | 101000011 | 1000101 | 110001 |
Color Harmonies of #D52793
Complementary color
Monochromatic Colors of #D52793
Black with #D52793
Text Example
Text Example
White with #D52793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52793; }
p { color: rgb(213,39,147); }
H1.HeaderClassName
{
color: #D52793;
}
.AnyTagClassName
{
color: #D52793;
}
</style>
background-color css
<style>
a { background-color: #D52793; }
a { background-color: rgb(213,39,147); }
div.DivClassName
{
background-color: #D52793;
}
.BgClassName
{
background-color: #D52793;
}
</style>
border-color css
<style>
span { border-color: #D52793; }
span { border-color: rgb(213,39,147); }
td.TdClassName
{
border-color: #D52793;
}
.TagClassName
{
border-color: #D52793;
}
</style>