Shades of Cerise #D52F73
Tints of Cerise #D52F73
RGB
CMYK
RGB Variations
Color information
#D52F73 (or 0xD52F73) is known color: Cerise. HEX triplet: D5, 2F and 73. RGB value is (213,47,115). Sum of RGB (Red+Green+Blue) = 213+47+115=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F73 is #2AD08C. Grayscale: #686868. Windows color (decimal): -2805901 or 7548885. OLE color: 7548885.
HSL color Cylindrical-coordinate representation of color #D52F73: hue angle of 335.42º 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 #D52F73 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 115 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.16 |
| HSL | 335.42º | 0.66% | 0.51% | - |
| HSV(B) | 335.42º | 0.78% | 0.84% | - |
| XYZ | 31.55 | 17.42 | 17.92 | - |
| YUV | 104.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 115 | 0 | 0.78 | 0.46 | 0.16 | 335.42 | 0.66 | 0.51 |
| Hex | D5 | 2F | 73 | 0 | 4E | 2E | 10 | 14F | 42 | 33 |
| Octal | 325 | 57 | 163 | 0 | 116 | 56 | 20 | 517 | 102 | 63 |
| Binary | 11010101 | 101111 | 1110011 | 0 | 1001110 | 101110 | 10000 | 101001111 | 1000010 | 110011 |
Color Harmonies of #D52F73
Complementary color
Monochromatic Colors of #D52F73
Black with #D52F73
Text Example
Text Example
White with #D52F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F73; }
p { color: rgb(213,47,115); }
H1.HeaderClassName
{
color: #D52F73;
}
.AnyTagClassName
{
color: #D52F73;
}
</style>
background-color css
<style>
a { background-color: #D52F73; }
a { background-color: rgb(213,47,115); }
div.DivClassName
{
background-color: #D52F73;
}
.BgClassName
{
background-color: #D52F73;
}
</style>
border-color css
<style>
span { border-color: #D52F73; }
span { border-color: rgb(213,47,115); }
td.TdClassName
{
border-color: #D52F73;
}
.TagClassName
{
border-color: #D52F73;
}
</style>