Shades of Deep Cerise #D52A92
Tints of Deep Cerise #D52A92
RGB
CMYK
RGB Variations
Color information
#D52A92 (or 0xD52A92) is known color: Deep Cerise. HEX triplet: D5, 2A and 92. RGB value is (213,42,146). Sum of RGB (Red+Green+Blue) = 213+42+146=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52A92 is #2AD56D. Grayscale: #686868. Windows color (decimal): -2807150 or 9579221. OLE color: 9579221.
HSL color Cylindrical-coordinate representation of color #D52A92: hue angle of 323.51º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52A92 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 146 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.16 |
| HSL | 323.51º | 0.67% | 0.5% | - |
| HSV(B) | 323.51º | 0.8% | 0.84% | - |
| XYZ | 33.46 | 17.88 | 28.88 | - |
| YUV | 104.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 146 | 0 | 0.80 | 0.31 | 0.16 | 323.51 | 0.67 | 0.5 |
| Hex | D5 | 2A | 92 | 0 | 50 | 1F | 10 | 144 | 43 | 32 |
| Octal | 325 | 52 | 222 | 0 | 120 | 37 | 20 | 504 | 103 | 62 |
| Binary | 11010101 | 101010 | 10010010 | 0 | 1010000 | 11111 | 10000 | 101000100 | 1000011 | 110010 |
Color Harmonies of #D52A92
Complementary color
Monochromatic Colors of #D52A92
Black with #D52A92
Text Example
Text Example
White with #D52A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52A92; }
p { color: rgb(213,42,146); }
H1.HeaderClassName
{
color: #D52A92;
}
.AnyTagClassName
{
color: #D52A92;
}
</style>
background-color css
<style>
a { background-color: #D52A92; }
a { background-color: rgb(213,42,146); }
div.DivClassName
{
background-color: #D52A92;
}
.BgClassName
{
background-color: #D52A92;
}
</style>
border-color css
<style>
span { border-color: #D52A92; }
span { border-color: rgb(213,42,146); }
td.TdClassName
{
border-color: #D52A92;
}
.TagClassName
{
border-color: #D52A92;
}
</style>