Shades of Deep Cerise #D52BA3
Tints of Deep Cerise #D52BA3
RGB
CMYK
RGB Variations
Color information
#D52BA3 (or 0xD52BA3) is known color: Deep Cerise. HEX triplet: D5, 2B and A3. RGB value is (213,43,163). Sum of RGB (Red+Green+Blue) = 213+43+163=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52BA3 is #2AD45C. Grayscale: #6B6B6B. Windows color (decimal): -2806877 or 10693589. OLE color: 10693589.
HSL color Cylindrical-coordinate representation of color #D52BA3: hue angle of 317.65º 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 #D52BA3 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 163 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.16 |
| HSL | 317.65º | 0.67% | 0.5% | - |
| HSV(B) | 317.65º | 0.8% | 0.84% | - |
| XYZ | 34.92 | 18.52 | 36.38 | - |
| YUV | 107.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 163 | 0 | 0.80 | 0.23 | 0.16 | 317.65 | 0.67 | 0.5 |
| Hex | D5 | 2B | A3 | 0 | 50 | 17 | 10 | 13E | 43 | 32 |
| Octal | 325 | 53 | 243 | 0 | 120 | 27 | 20 | 476 | 103 | 62 |
| Binary | 11010101 | 101011 | 10100011 | 0 | 1010000 | 10111 | 10000 | 100111110 | 1000011 | 110010 |
Color Harmonies of #D52BA3
Complementary color
Monochromatic Colors of #D52BA3
Black with #D52BA3
Text Example
Text Example
White with #D52BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BA3; }
p { color: rgb(213,43,163); }
H1.HeaderClassName
{
color: #D52BA3;
}
.AnyTagClassName
{
color: #D52BA3;
}
</style>
background-color css
<style>
a { background-color: #D52BA3; }
a { background-color: rgb(213,43,163); }
div.DivClassName
{
background-color: #D52BA3;
}
.BgClassName
{
background-color: #D52BA3;
}
</style>
border-color css
<style>
span { border-color: #D52BA3; }
span { border-color: rgb(213,43,163); }
td.TdClassName
{
border-color: #D52BA3;
}
.TagClassName
{
border-color: #D52BA3;
}
</style>