Shades of Deep Cerise #D52FA4
Tints of Deep Cerise #D52FA4
RGB
CMYK
RGB Variations
Color information
#D52FA4 (or 0xD52FA4) is known color: Deep Cerise. HEX triplet: D5, 2F and A4. RGB value is (213,47,164). Sum of RGB (Red+Green+Blue) = 213+47+164=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52FA4 is #2AD05B. Grayscale: #6D6D6D. Windows color (decimal): -2805852 or 10760149. OLE color: 10760149.
HSL color Cylindrical-coordinate representation of color #D52FA4: hue angle of 317.71º 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 #D52FA4 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 164 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.16 |
| HSL | 317.71º | 0.66% | 0.51% | - |
| HSV(B) | 317.71º | 0.78% | 0.84% | - |
| XYZ | 35.16 | 18.86 | 36.91 | - |
| YUV | 109.97 | 158.5 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 164 | 0 | 0.78 | 0.23 | 0.16 | 317.71 | 0.66 | 0.51 |
| Hex | D5 | 2F | A4 | 0 | 4E | 17 | 10 | 13E | 42 | 33 |
| Octal | 325 | 57 | 244 | 0 | 116 | 27 | 20 | 476 | 102 | 63 |
| Binary | 11010101 | 101111 | 10100100 | 0 | 1001110 | 10111 | 10000 | 100111110 | 1000010 | 110011 |
Color Harmonies of #D52FA4
Complementary color
Monochromatic Colors of #D52FA4
Black with #D52FA4
Text Example
Text Example
White with #D52FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FA4; }
p { color: rgb(213,47,164); }
H1.HeaderClassName
{
color: #D52FA4;
}
.AnyTagClassName
{
color: #D52FA4;
}
</style>
background-color css
<style>
a { background-color: #D52FA4; }
a { background-color: rgb(213,47,164); }
div.DivClassName
{
background-color: #D52FA4;
}
.BgClassName
{
background-color: #D52FA4;
}
</style>
border-color css
<style>
span { border-color: #D52FA4; }
span { border-color: rgb(213,47,164); }
td.TdClassName
{
border-color: #D52FA4;
}
.TagClassName
{
border-color: #D52FA4;
}
</style>