Shades of Cerise #D52161
Tints of Cerise #D52161
RGB
CMYK
RGB Variations
Color information
#D52161 (or 0xD52161) is known color: Cerise. HEX triplet: D5, 21 and 61. RGB value is (213,33,97). Sum of RGB (Red+Green+Blue) = 213+33+97=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D52161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52161 is #2ADE9E. Grayscale: #5E5E5E. Windows color (decimal): -2809503 or 6365653. OLE color: 6365653.
HSL color Cylindrical-coordinate representation of color #D52161: hue angle of 338.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52161 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 97 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.16 |
| HSL | 338.67º | 0.73% | 0.48% | - |
| HSV(B) | 338.67º | 0.85% | 0.84% | - |
| XYZ | 30.14 | 16.1 | 12.83 | - |
| YUV | 94.12 | 129.63 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 97 | 0 | 0.85 | 0.54 | 0.16 | 338.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 61 | 0 | 55 | 36 | 10 | 153 | 49 | 30 |
| Octal | 325 | 41 | 141 | 0 | 125 | 66 | 20 | 523 | 111 | 60 |
| Binary | 11010101 | 100001 | 1100001 | 0 | 1010101 | 110110 | 10000 | 101010011 | 1001001 | 110000 |
Color Harmonies of #D52161
Complementary color
Monochromatic Colors of #D52161
Black with #D52161
Text Example
Text Example
White with #D52161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52161; }
p { color: rgb(213,33,97); }
H1.HeaderClassName
{
color: #D52161;
}
.AnyTagClassName
{
color: #D52161;
}
</style>
background-color css
<style>
a { background-color: #D52161; }
a { background-color: rgb(213,33,97); }
div.DivClassName
{
background-color: #D52161;
}
.BgClassName
{
background-color: #D52161;
}
</style>
border-color css
<style>
span { border-color: #D52161; }
span { border-color: rgb(213,33,97); }
td.TdClassName
{
border-color: #D52161;
}
.TagClassName
{
border-color: #D52161;
}
</style>