Shades of Deep Cerise #D52FA5
Tints of Deep Cerise #D52FA5
RGB
CMYK
RGB Variations
Color information
#D52FA5 (or 0xD52FA5) is known color: Deep Cerise. HEX triplet: D5, 2F and A5. RGB value is (213,47,165). Sum of RGB (Red+Green+Blue) = 213+47+165=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FA5 is #2AD05A. Grayscale: #6D6D6D. Windows color (decimal): -2805851 or 10825685. OLE color: 10825685.
HSL color Cylindrical-coordinate representation of color #D52FA5: hue angle of 317.35º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52FA5 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 165 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.16 |
| HSL | 317.35º | 0.66% | 0.51% | - |
| HSV(B) | 317.35º | 0.78% | 0.84% | - |
| XYZ | 35.25 | 18.9 | 37.39 | - |
| YUV | 110.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 165 | 0 | 0.78 | 0.23 | 0.16 | 317.35 | 0.66 | 0.51 |
| Hex | D5 | 2F | A5 | 0 | 4E | 17 | 10 | 13D | 42 | 33 |
| Octal | 325 | 57 | 245 | 0 | 116 | 27 | 20 | 475 | 102 | 63 |
| Binary | 11010101 | 101111 | 10100101 | 0 | 1001110 | 10111 | 10000 | 100111101 | 1000010 | 110011 |
Color Harmonies of #D52FA5
Complementary color
Monochromatic Colors of #D52FA5
Black with #D52FA5
Text Example
Text Example
White with #D52FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FA5; }
p { color: rgb(213,47,165); }
H1.HeaderClassName
{
color: #D52FA5;
}
.AnyTagClassName
{
color: #D52FA5;
}
</style>
background-color css
<style>
a { background-color: #D52FA5; }
a { background-color: rgb(213,47,165); }
div.DivClassName
{
background-color: #D52FA5;
}
.BgClassName
{
background-color: #D52FA5;
}
</style>
border-color css
<style>
span { border-color: #D52FA5; }
span { border-color: rgb(213,47,165); }
td.TdClassName
{
border-color: #D52FA5;
}
.TagClassName
{
border-color: #D52FA5;
}
</style>