Shades of Deep Cerise #D52CAD
Tints of Deep Cerise #D52CAD
RGB
CMYK
RGB Variations
Color information
#D52CAD (or 0xD52CAD) is known color: Deep Cerise. HEX triplet: D5, 2C and AD. RGB value is (213,44,173). Sum of RGB (Red+Green+Blue) = 213+44+173=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52CAD is #2AD352. Grayscale: #6C6C6C. Windows color (decimal): -2806611 or 11349205. OLE color: 11349205.
HSL color Cylindrical-coordinate representation of color #D52CAD: hue angle of 314.2º 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 #D52CAD is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 173 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.16 |
| HSL | 314.2º | 0.67% | 0.5% | - |
| HSV(B) | 314.2º | 0.79% | 0.84% | - |
| XYZ | 35.88 | 18.96 | 41.3 | - |
| YUV | 109.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 173 | 0 | 0.79 | 0.19 | 0.16 | 314.2 | 0.67 | 0.5 |
| Hex | D5 | 2C | AD | 0 | 4F | 13 | 10 | 13A | 43 | 32 |
| Octal | 325 | 54 | 255 | 0 | 117 | 23 | 20 | 472 | 103 | 62 |
| Binary | 11010101 | 101100 | 10101101 | 0 | 1001111 | 10011 | 10000 | 100111010 | 1000011 | 110010 |
Color Harmonies of #D52CAD
Complementary color
Monochromatic Colors of #D52CAD
Black with #D52CAD
Text Example
Text Example
White with #D52CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CAD; }
p { color: rgb(213,44,173); }
H1.HeaderClassName
{
color: #D52CAD;
}
.AnyTagClassName
{
color: #D52CAD;
}
</style>
background-color css
<style>
a { background-color: #D52CAD; }
a { background-color: rgb(213,44,173); }
div.DivClassName
{
background-color: #D52CAD;
}
.BgClassName
{
background-color: #D52CAD;
}
</style>
border-color css
<style>
span { border-color: #D52CAD; }
span { border-color: rgb(213,44,173); }
td.TdClassName
{
border-color: #D52CAD;
}
.TagClassName
{
border-color: #D52CAD;
}
</style>