Shades of Cerise #D52165
Tints of Cerise #D52165
RGB
CMYK
RGB Variations
Color information
#D52165 (or 0xD52165) is known color: Cerise. HEX triplet: D5, 21 and 65. RGB value is (213,33,101). Sum of RGB (Red+Green+Blue) = 213+33+101=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D52165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52165 is #2ADE9A. Grayscale: #5E5E5E. Windows color (decimal): -2809499 or 6627797. OLE color: 6627797.
HSL color Cylindrical-coordinate representation of color #D52165: hue angle of 337.33º 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 #D52165 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 101 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.16 |
| HSL | 337.33º | 0.73% | 0.48% | - |
| HSV(B) | 337.33º | 0.85% | 0.84% | - |
| XYZ | 30.33 | 16.17 | 13.83 | - |
| YUV | 94.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 101 | 0 | 0.85 | 0.53 | 0.16 | 337.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 65 | 0 | 55 | 35 | 10 | 151 | 49 | 30 |
| Octal | 325 | 41 | 145 | 0 | 125 | 65 | 20 | 521 | 111 | 60 |
| Binary | 11010101 | 100001 | 1100101 | 0 | 1010101 | 110101 | 10000 | 101010001 | 1001001 | 110000 |
Color Harmonies of #D52165
Complementary color
Monochromatic Colors of #D52165
Black with #D52165
Text Example
Text Example
White with #D52165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52165; }
p { color: rgb(213,33,101); }
H1.HeaderClassName
{
color: #D52165;
}
.AnyTagClassName
{
color: #D52165;
}
</style>
background-color css
<style>
a { background-color: #D52165; }
a { background-color: rgb(213,33,101); }
div.DivClassName
{
background-color: #D52165;
}
.BgClassName
{
background-color: #D52165;
}
</style>
border-color css
<style>
span { border-color: #D52165; }
span { border-color: rgb(213,33,101); }
td.TdClassName
{
border-color: #D52165;
}
.TagClassName
{
border-color: #D52165;
}
</style>