Shades of Cerise #D82365
Tints of Cerise #D82365
RGB
CMYK
RGB Variations
Color information
#D82365 (or 0xD82365) is known color: Cerise. HEX triplet: D8, 23 and 65. RGB value is (216,35,101). Sum of RGB (Red+Green+Blue) = 216+35+101=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D82365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82365 is #27DC9A. Grayscale: #606060. Windows color (decimal): -2612379 or 6628312. OLE color: 6628312.
HSL color Cylindrical-coordinate representation of color #D82365: hue angle of 338.12º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D82365 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 101 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.15 |
| HSL | 338.12º | 0.72% | 0.49% | - |
| HSV(B) | 338.12º | 0.84% | 0.85% | - |
| XYZ | 31.27 | 16.74 | 13.9 | - |
| YUV | 96.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 101 | 0 | 0.84 | 0.53 | 0.15 | 338.12 | 0.72 | 0.49 |
| Hex | D8 | 23 | 65 | 0 | 54 | 35 | F | 152 | 48 | 31 |
| Octal | 330 | 43 | 145 | 0 | 124 | 65 | 17 | 522 | 110 | 61 |
| Binary | 11011000 | 100011 | 1100101 | 0 | 1010100 | 110101 | 1111 | 101010010 | 1001000 | 110001 |
Color Harmonies of #D82365
Complementary color
Monochromatic Colors of #D82365
Black with #D82365
Text Example
Text Example
White with #D82365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82365; }
p { color: rgb(216,35,101); }
H1.HeaderClassName
{
color: #D82365;
}
.AnyTagClassName
{
color: #D82365;
}
</style>
background-color css
<style>
a { background-color: #D82365; }
a { background-color: rgb(216,35,101); }
div.DivClassName
{
background-color: #D82365;
}
.BgClassName
{
background-color: #D82365;
}
</style>
border-color css
<style>
span { border-color: #D82365; }
span { border-color: rgb(216,35,101); }
td.TdClassName
{
border-color: #D82365;
}
.TagClassName
{
border-color: #D82365;
}
</style>