Shades of Deep Cerise #D52E95
Tints of Deep Cerise #D52E95
RGB
CMYK
RGB Variations
Color information
#D52E95 (or 0xD52E95) is known color: Deep Cerise. HEX triplet: D5, 2E and 95. RGB value is (213,46,149). Sum of RGB (Red+Green+Blue) = 213+46+149=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E95 is #2AD16A. Grayscale: #6B6B6B. Windows color (decimal): -2806123 or 9776853. OLE color: 9776853.
HSL color Cylindrical-coordinate representation of color #D52E95: hue angle of 322.99º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E95 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 149 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.16 |
| HSL | 322.99º | 0.67% | 0.51% | - |
| HSV(B) | 322.99º | 0.78% | 0.84% | - |
| XYZ | 33.84 | 18.27 | 30.18 | - |
| YUV | 107.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 149 | 0 | 0.78 | 0.30 | 0.16 | 322.99 | 0.67 | 0.51 |
| Hex | D5 | 2E | 95 | 0 | 4E | 1E | 10 | 143 | 43 | 33 |
| Octal | 325 | 56 | 225 | 0 | 116 | 36 | 20 | 503 | 103 | 63 |
| Binary | 11010101 | 101110 | 10010101 | 0 | 1001110 | 11110 | 10000 | 101000011 | 1000011 | 110011 |
Color Harmonies of #D52E95
Complementary color
Monochromatic Colors of #D52E95
Black with #D52E95
Text Example
Text Example
White with #D52E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E95; }
p { color: rgb(213,46,149); }
H1.HeaderClassName
{
color: #D52E95;
}
.AnyTagClassName
{
color: #D52E95;
}
</style>
background-color css
<style>
a { background-color: #D52E95; }
a { background-color: rgb(213,46,149); }
div.DivClassName
{
background-color: #D52E95;
}
.BgClassName
{
background-color: #D52E95;
}
</style>
border-color css
<style>
span { border-color: #D52E95; }
span { border-color: rgb(213,46,149); }
td.TdClassName
{
border-color: #D52E95;
}
.TagClassName
{
border-color: #D52E95;
}
</style>