Shades of Deep Cerise #D52DAA
Tints of Deep Cerise #D52DAA
RGB
CMYK
RGB Variations
Color information
#D52DAA (or 0xD52DAA) is known color: Deep Cerise. HEX triplet: D5, 2D and AA. RGB value is (213,45,170). Sum of RGB (Red+Green+Blue) = 213+45+170=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52DAA is #2AD255. Grayscale: #6D6D6D. Windows color (decimal): -2806358 or 11152853. OLE color: 11152853.
HSL color Cylindrical-coordinate representation of color #D52DAA: hue angle of 315.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52DAA is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 170 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.16 |
| HSL | 315.36º | 0.67% | 0.51% | - |
| HSV(B) | 315.36º | 0.79% | 0.84% | - |
| XYZ | 35.63 | 18.93 | 39.8 | - |
| YUV | 109.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 170 | 0 | 0.79 | 0.20 | 0.16 | 315.36 | 0.67 | 0.51 |
| Hex | D5 | 2D | AA | 0 | 4F | 14 | 10 | 13B | 43 | 33 |
| Octal | 325 | 55 | 252 | 0 | 117 | 24 | 20 | 473 | 103 | 63 |
| Binary | 11010101 | 101101 | 10101010 | 0 | 1001111 | 10100 | 10000 | 100111011 | 1000011 | 110011 |
Color Harmonies of #D52DAA
Complementary color
Monochromatic Colors of #D52DAA
Black with #D52DAA
Text Example
Text Example
White with #D52DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DAA; }
p { color: rgb(213,45,170); }
H1.HeaderClassName
{
color: #D52DAA;
}
.AnyTagClassName
{
color: #D52DAA;
}
</style>
background-color css
<style>
a { background-color: #D52DAA; }
a { background-color: rgb(213,45,170); }
div.DivClassName
{
background-color: #D52DAA;
}
.BgClassName
{
background-color: #D52DAA;
}
</style>
border-color css
<style>
span { border-color: #D52DAA; }
span { border-color: rgb(213,45,170); }
td.TdClassName
{
border-color: #D52DAA;
}
.TagClassName
{
border-color: #D52DAA;
}
</style>