Shades of Deep Cerise #D52CA2
Tints of Deep Cerise #D52CA2
RGB
CMYK
RGB Variations
Color information
#D52CA2 (or 0xD52CA2) is known color: Deep Cerise. HEX triplet: D5, 2C and A2. RGB value is (213,44,162). Sum of RGB (Red+Green+Blue) = 213+44+162=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52CA2 is #2AD35D. Grayscale: #6B6B6B. Windows color (decimal): -2806622 or 10628309. OLE color: 10628309.
HSL color Cylindrical-coordinate representation of color #D52CA2: hue angle of 318.11º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52CA2 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 162 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.16 |
| HSL | 318.11º | 0.67% | 0.5% | - |
| HSV(B) | 318.11º | 0.79% | 0.84% | - |
| XYZ | 34.86 | 18.56 | 35.93 | - |
| YUV | 107.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 162 | 0 | 0.79 | 0.24 | 0.16 | 318.11 | 0.67 | 0.5 |
| Hex | D5 | 2C | A2 | 0 | 4F | 18 | 10 | 13E | 43 | 32 |
| Octal | 325 | 54 | 242 | 0 | 117 | 30 | 20 | 476 | 103 | 62 |
| Binary | 11010101 | 101100 | 10100010 | 0 | 1001111 | 11000 | 10000 | 100111110 | 1000011 | 110010 |
Color Harmonies of #D52CA2
Complementary color
Monochromatic Colors of #D52CA2
Black with #D52CA2
Text Example
Text Example
White with #D52CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CA2; }
p { color: rgb(213,44,162); }
H1.HeaderClassName
{
color: #D52CA2;
}
.AnyTagClassName
{
color: #D52CA2;
}
</style>
background-color css
<style>
a { background-color: #D52CA2; }
a { background-color: rgb(213,44,162); }
div.DivClassName
{
background-color: #D52CA2;
}
.BgClassName
{
background-color: #D52CA2;
}
</style>
border-color css
<style>
span { border-color: #D52CA2; }
span { border-color: rgb(213,44,162); }
td.TdClassName
{
border-color: #D52CA2;
}
.TagClassName
{
border-color: #D52CA2;
}
</style>