Shades of Deep Cerise #D52F8C
Tints of Deep Cerise #D52F8C
RGB
CMYK
RGB Variations
Color information
#D52F8C (or 0xD52F8C) is known color: Deep Cerise. HEX triplet: D5, 2F and 8C. RGB value is (213,47,140). Sum of RGB (Red+Green+Blue) = 213+47+140=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52F8C is #2AD073. Grayscale: #6B6B6B. Windows color (decimal): -2805876 or 9187285. OLE color: 9187285.
HSL color Cylindrical-coordinate representation of color #D52F8C: hue angle of 326.39º 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 #D52F8C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 140 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.16 |
| HSL | 326.39º | 0.66% | 0.51% | - |
| HSV(B) | 326.39º | 0.78% | 0.84% | - |
| XYZ | 33.19 | 18.07 | 26.55 | - |
| YUV | 107.24 | 146.5 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 140 | 0 | 0.78 | 0.34 | 0.16 | 326.39 | 0.66 | 0.51 |
| Hex | D5 | 2F | 8C | 0 | 4E | 22 | 10 | 146 | 42 | 33 |
| Octal | 325 | 57 | 214 | 0 | 116 | 42 | 20 | 506 | 102 | 63 |
| Binary | 11010101 | 101111 | 10001100 | 0 | 1001110 | 100010 | 10000 | 101000110 | 1000010 | 110011 |
Color Harmonies of #D52F8C
Complementary color
Monochromatic Colors of #D52F8C
Black with #D52F8C
Text Example
Text Example
White with #D52F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F8C; }
p { color: rgb(213,47,140); }
H1.HeaderClassName
{
color: #D52F8C;
}
.AnyTagClassName
{
color: #D52F8C;
}
</style>
background-color css
<style>
a { background-color: #D52F8C; }
a { background-color: rgb(213,47,140); }
div.DivClassName
{
background-color: #D52F8C;
}
.BgClassName
{
background-color: #D52F8C;
}
</style>
border-color css
<style>
span { border-color: #D52F8C; }
span { border-color: rgb(213,47,140); }
td.TdClassName
{
border-color: #D52F8C;
}
.TagClassName
{
border-color: #D52F8C;
}
</style>