Shades of Deep Cerise #D52AA3
Tints of Deep Cerise #D52AA3
RGB
CMYK
RGB Variations
Color information
#D52AA3 (or 0xD52AA3) is known color: Deep Cerise. HEX triplet: D5, 2A and A3. RGB value is (213,42,163). Sum of RGB (Red+Green+Blue) = 213+42+163=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D52AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52AA3 is #2AD55C. Grayscale: #6A6A6A. Windows color (decimal): -2807133 or 10693333. OLE color: 10693333.
HSL color Cylindrical-coordinate representation of color #D52AA3: hue angle of 317.54º 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 #D52AA3 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 163 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.16 |
| HSL | 317.54º | 0.67% | 0.5% | - |
| HSV(B) | 317.54º | 0.8% | 0.84% | - |
| XYZ | 34.88 | 18.45 | 36.37 | - |
| YUV | 106.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 163 | 0 | 0.80 | 0.23 | 0.16 | 317.54 | 0.67 | 0.5 |
| Hex | D5 | 2A | A3 | 0 | 50 | 17 | 10 | 13E | 43 | 32 |
| Octal | 325 | 52 | 243 | 0 | 120 | 27 | 20 | 476 | 103 | 62 |
| Binary | 11010101 | 101010 | 10100011 | 0 | 1010000 | 10111 | 10000 | 100111110 | 1000011 | 110010 |
Color Harmonies of #D52AA3
Complementary color
Monochromatic Colors of #D52AA3
Black with #D52AA3
Text Example
Text Example
White with #D52AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AA3; }
p { color: rgb(213,42,163); }
H1.HeaderClassName
{
color: #D52AA3;
}
.AnyTagClassName
{
color: #D52AA3;
}
</style>
background-color css
<style>
a { background-color: #D52AA3; }
a { background-color: rgb(213,42,163); }
div.DivClassName
{
background-color: #D52AA3;
}
.BgClassName
{
background-color: #D52AA3;
}
</style>
border-color css
<style>
span { border-color: #D52AA3; }
span { border-color: rgb(213,42,163); }
td.TdClassName
{
border-color: #D52AA3;
}
.TagClassName
{
border-color: #D52AA3;
}
</style>