Shades of Deep Cerise #D52CA3
Tints of Deep Cerise #D52CA3
RGB
CMYK
RGB Variations
Color information
#D52CA3 (or 0xD52CA3) is known color: Deep Cerise. HEX triplet: D5, 2C and A3. RGB value is (213,44,163). Sum of RGB (Red+Green+Blue) = 213+44+163=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52CA3 is #2AD35C. Grayscale: #6B6B6B. Windows color (decimal): -2806621 or 10693845. OLE color: 10693845.
HSL color Cylindrical-coordinate representation of color #D52CA3: hue angle of 317.75º 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 #D52CA3 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 163 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.16 |
| HSL | 317.75º | 0.67% | 0.5% | - |
| HSV(B) | 317.75º | 0.79% | 0.84% | - |
| XYZ | 34.95 | 18.59 | 36.4 | - |
| YUV | 108.1 | 158.99 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 163 | 0 | 0.79 | 0.23 | 0.16 | 317.75 | 0.67 | 0.5 |
| Hex | D5 | 2C | A3 | 0 | 4F | 17 | 10 | 13E | 43 | 32 |
| Octal | 325 | 54 | 243 | 0 | 117 | 27 | 20 | 476 | 103 | 62 |
| Binary | 11010101 | 101100 | 10100011 | 0 | 1001111 | 10111 | 10000 | 100111110 | 1000011 | 110010 |
Color Harmonies of #D52CA3
Complementary color
Monochromatic Colors of #D52CA3
Black with #D52CA3
Text Example
Text Example
White with #D52CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CA3; }
p { color: rgb(213,44,163); }
H1.HeaderClassName
{
color: #D52CA3;
}
.AnyTagClassName
{
color: #D52CA3;
}
</style>
background-color css
<style>
a { background-color: #D52CA3; }
a { background-color: rgb(213,44,163); }
div.DivClassName
{
background-color: #D52CA3;
}
.BgClassName
{
background-color: #D52CA3;
}
</style>
border-color css
<style>
span { border-color: #D52CA3; }
span { border-color: rgb(213,44,163); }
td.TdClassName
{
border-color: #D52CA3;
}
.TagClassName
{
border-color: #D52CA3;
}
</style>