Shades of Deep Cerise #D52BA2
Tints of Deep Cerise #D52BA2
RGB
CMYK
RGB Variations
Color information
#D52BA2 (or 0xD52BA2) is known color: Deep Cerise. HEX triplet: D5, 2B and A2. RGB value is (213,43,162). Sum of RGB (Red+Green+Blue) = 213+43+162=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52BA2 is #2AD45D. Grayscale: #6B6B6B. Windows color (decimal): -2806878 or 10628053. OLE color: 10628053.
HSL color Cylindrical-coordinate representation of color #D52BA2: hue angle of 318º 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 #D52BA2 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 162 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.16 |
| HSL | 318º | 0.67% | 0.5% | - |
| HSV(B) | 318º | 0.8% | 0.84% | - |
| XYZ | 34.83 | 18.48 | 35.91 | - |
| YUV | 107.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 162 | 0 | 0.80 | 0.24 | 0.16 | 318 | 0.67 | 0.5 |
| Hex | D5 | 2B | A2 | 0 | 50 | 18 | 10 | 13E | 43 | 32 |
| Octal | 325 | 53 | 242 | 0 | 120 | 30 | 20 | 476 | 103 | 62 |
| Binary | 11010101 | 101011 | 10100010 | 0 | 1010000 | 11000 | 10000 | 100111110 | 1000011 | 110010 |
Color Harmonies of #D52BA2
Complementary color
Monochromatic Colors of #D52BA2
Black with #D52BA2
Text Example
Text Example
White with #D52BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BA2; }
p { color: rgb(213,43,162); }
H1.HeaderClassName
{
color: #D52BA2;
}
.AnyTagClassName
{
color: #D52BA2;
}
</style>
background-color css
<style>
a { background-color: #D52BA2; }
a { background-color: rgb(213,43,162); }
div.DivClassName
{
background-color: #D52BA2;
}
.BgClassName
{
background-color: #D52BA2;
}
</style>
border-color css
<style>
span { border-color: #D52BA2; }
span { border-color: rgb(213,43,162); }
td.TdClassName
{
border-color: #D52BA2;
}
.TagClassName
{
border-color: #D52BA2;
}
</style>