Shades of Cerise #D82D67
Tints of Cerise #D82D67
RGB
CMYK
RGB Variations
Color information
#D82D67 (or 0xD82D67) is known color: Cerise. HEX triplet: D8, 2D and 67. RGB value is (216,45,103). Sum of RGB (Red+Green+Blue) = 216+45+103=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D67 is #27D298. Grayscale: #666666. Windows color (decimal): -2609817 or 6761944. OLE color: 6761944.
HSL color Cylindrical-coordinate representation of color #D82D67: hue angle of 339.65º 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 #D82D67 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 103 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.15 |
| HSL | 339.65º | 0.69% | 0.51% | - |
| HSV(B) | 339.65º | 0.79% | 0.85% | - |
| XYZ | 31.71 | 17.45 | 14.53 | - |
| YUV | 102.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 103 | 0 | 0.79 | 0.52 | 0.15 | 339.65 | 0.69 | 0.51 |
| Hex | D8 | 2D | 67 | 0 | 4F | 34 | F | 154 | 45 | 33 |
| Octal | 330 | 55 | 147 | 0 | 117 | 64 | 17 | 524 | 105 | 63 |
| Binary | 11011000 | 101101 | 1100111 | 0 | 1001111 | 110100 | 1111 | 101010100 | 1000101 | 110011 |
Color Harmonies of #D82D67
Complementary color
Monochromatic Colors of #D82D67
Black with #D82D67
Text Example
Text Example
White with #D82D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D67; }
p { color: rgb(216,45,103); }
H1.HeaderClassName
{
color: #D82D67;
}
.AnyTagClassName
{
color: #D82D67;
}
</style>
background-color css
<style>
a { background-color: #D82D67; }
a { background-color: rgb(216,45,103); }
div.DivClassName
{
background-color: #D82D67;
}
.BgClassName
{
background-color: #D82D67;
}
</style>
border-color css
<style>
span { border-color: #D82D67; }
span { border-color: rgb(216,45,103); }
td.TdClassName
{
border-color: #D82D67;
}
.TagClassName
{
border-color: #D82D67;
}
</style>