Shades of Cerise #D82D61
Tints of Cerise #D82D61
RGB
CMYK
RGB Variations
Color information
#D82D61 (or 0xD82D61) is known color: Cerise. HEX triplet: D8, 2D and 61. RGB value is (216,45,97). Sum of RGB (Red+Green+Blue) = 216+45+97=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D61 is #27D29E. Grayscale: #666666. Windows color (decimal): -2609823 or 6368728. OLE color: 6368728.
HSL color Cylindrical-coordinate representation of color #D82D61: hue angle of 341.75º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82D61 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 97 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.15 |
| HSL | 341.75º | 0.69% | 0.51% | - |
| HSV(B) | 341.75º | 0.79% | 0.85% | - |
| XYZ | 31.41 | 17.34 | 13 | - |
| YUV | 102.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 97 | 0 | 0.79 | 0.55 | 0.15 | 341.75 | 0.69 | 0.51 |
| Hex | D8 | 2D | 61 | 0 | 4F | 37 | F | 156 | 45 | 33 |
| Octal | 330 | 55 | 141 | 0 | 117 | 67 | 17 | 526 | 105 | 63 |
| Binary | 11011000 | 101101 | 1100001 | 0 | 1001111 | 110111 | 1111 | 101010110 | 1000101 | 110011 |
Color Harmonies of #D82D61
Complementary color
Monochromatic Colors of #D82D61
Black with #D82D61
Text Example
Text Example
White with #D82D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D61; }
p { color: rgb(216,45,97); }
H1.HeaderClassName
{
color: #D82D61;
}
.AnyTagClassName
{
color: #D82D61;
}
</style>
background-color css
<style>
a { background-color: #D82D61; }
a { background-color: rgb(216,45,97); }
div.DivClassName
{
background-color: #D82D61;
}
.BgClassName
{
background-color: #D82D61;
}
</style>
border-color css
<style>
span { border-color: #D82D61; }
span { border-color: rgb(216,45,97); }
td.TdClassName
{
border-color: #D82D61;
}
.TagClassName
{
border-color: #D82D61;
}
</style>