Shades of Deep Cerise #D52F81
Tints of Deep Cerise #D52F81
RGB
CMYK
RGB Variations
Color information
#D52F81 (or 0xD52F81) is known color: Deep Cerise. HEX triplet: D5, 2F and 81. RGB value is (213,47,129). Sum of RGB (Red+Green+Blue) = 213+47+129=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52F81 is #2AD07E. Grayscale: #696969. Windows color (decimal): -2805887 or 8466389. OLE color: 8466389.
HSL color Cylindrical-coordinate representation of color #D52F81: hue angle of 330.36º 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 #D52F81 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 129 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.16 |
| HSL | 330.36º | 0.66% | 0.51% | - |
| HSV(B) | 330.36º | 0.78% | 0.84% | - |
| XYZ | 32.42 | 17.76 | 22.49 | - |
| YUV | 105.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 129 | 0 | 0.78 | 0.39 | 0.16 | 330.36 | 0.66 | 0.51 |
| Hex | D5 | 2F | 81 | 0 | 4E | 27 | 10 | 14A | 42 | 33 |
| Octal | 325 | 57 | 201 | 0 | 116 | 47 | 20 | 512 | 102 | 63 |
| Binary | 11010101 | 101111 | 10000001 | 0 | 1001110 | 100111 | 10000 | 101001010 | 1000010 | 110011 |
Color Harmonies of #D52F81
Complementary color
Monochromatic Colors of #D52F81
Black with #D52F81
Text Example
Text Example
White with #D52F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F81; }
p { color: rgb(213,47,129); }
H1.HeaderClassName
{
color: #D52F81;
}
.AnyTagClassName
{
color: #D52F81;
}
</style>
background-color css
<style>
a { background-color: #D52F81; }
a { background-color: rgb(213,47,129); }
div.DivClassName
{
background-color: #D52F81;
}
.BgClassName
{
background-color: #D52F81;
}
</style>
border-color css
<style>
span { border-color: #D52F81; }
span { border-color: rgb(213,47,129); }
td.TdClassName
{
border-color: #D52F81;
}
.TagClassName
{
border-color: #D52F81;
}
</style>