Shades of Cerise #D82565
Tints of Cerise #D82565
RGB
CMYK
RGB Variations
Color information
#D82565 (or 0xD82565) is known color: Cerise. HEX triplet: D8, 25 and 65. RGB value is (216,37,101). Sum of RGB (Red+Green+Blue) = 216+37+101=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D82565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82565 is #27DA9A. Grayscale: #616161. Windows color (decimal): -2611867 or 6628824. OLE color: 6628824.
HSL color Cylindrical-coordinate representation of color #D82565: hue angle of 338.55º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82565 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 101 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.15 |
| HSL | 338.55º | 0.71% | 0.5% | - |
| HSV(B) | 338.55º | 0.83% | 0.85% | - |
| XYZ | 31.33 | 16.86 | 13.92 | - |
| YUV | 97.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 101 | 0 | 0.83 | 0.53 | 0.15 | 338.55 | 0.71 | 0.5 |
| Hex | D8 | 25 | 65 | 0 | 53 | 35 | F | 153 | 47 | 32 |
| Octal | 330 | 45 | 145 | 0 | 123 | 65 | 17 | 523 | 107 | 62 |
| Binary | 11011000 | 100101 | 1100101 | 0 | 1010011 | 110101 | 1111 | 101010011 | 1000111 | 110010 |
Color Harmonies of #D82565
Complementary color
Monochromatic Colors of #D82565
Black with #D82565
Text Example
Text Example
White with #D82565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82565; }
p { color: rgb(216,37,101); }
H1.HeaderClassName
{
color: #D82565;
}
.AnyTagClassName
{
color: #D82565;
}
</style>
background-color css
<style>
a { background-color: #D82565; }
a { background-color: rgb(216,37,101); }
div.DivClassName
{
background-color: #D82565;
}
.BgClassName
{
background-color: #D82565;
}
</style>
border-color css
<style>
span { border-color: #D82565; }
span { border-color: rgb(216,37,101); }
td.TdClassName
{
border-color: #D82565;
}
.TagClassName
{
border-color: #D82565;
}
</style>