Shades of Cerise #D52271
Tints of Cerise #D52271
RGB
CMYK
RGB Variations
Color information
#D52271 (or 0xD52271) is known color: Cerise. HEX triplet: D5, 22 and 71. RGB value is (213,34,113). Sum of RGB (Red+Green+Blue) = 213+34+113=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D52271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52271 is #2ADD8E. Grayscale: #606060. Windows color (decimal): -2809231 or 7414485. OLE color: 7414485.
HSL color Cylindrical-coordinate representation of color #D52271: hue angle of 333.52º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52271 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 113 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.16 |
| HSL | 333.52º | 0.72% | 0.48% | - |
| HSV(B) | 333.52º | 0.84% | 0.84% | - |
| XYZ | 30.99 | 16.48 | 17.17 | - |
| YUV | 96.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 113 | 0 | 0.84 | 0.47 | 0.16 | 333.52 | 0.72 | 0.48 |
| Hex | D5 | 22 | 71 | 0 | 54 | 2F | 10 | 14E | 48 | 30 |
| Octal | 325 | 42 | 161 | 0 | 124 | 57 | 20 | 516 | 110 | 60 |
| Binary | 11010101 | 100010 | 1110001 | 0 | 1010100 | 101111 | 10000 | 101001110 | 1001000 | 110000 |
Color Harmonies of #D52271
Complementary color
Monochromatic Colors of #D52271
Black with #D52271
Text Example
Text Example
White with #D52271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52271; }
p { color: rgb(213,34,113); }
H1.HeaderClassName
{
color: #D52271;
}
.AnyTagClassName
{
color: #D52271;
}
</style>
background-color css
<style>
a { background-color: #D52271; }
a { background-color: rgb(213,34,113); }
div.DivClassName
{
background-color: #D52271;
}
.BgClassName
{
background-color: #D52271;
}
</style>
border-color css
<style>
span { border-color: #D52271; }
span { border-color: rgb(213,34,113); }
td.TdClassName
{
border-color: #D52271;
}
.TagClassName
{
border-color: #D52271;
}
</style>