Shades of Cerise #D82C66
Tints of Cerise #D82C66
RGB
CMYK
RGB Variations
Color information
#D82C66 (or 0xD82C66) is known color: Cerise. HEX triplet: D8, 2C and 66. RGB value is (216,44,102). Sum of RGB (Red+Green+Blue) = 216+44+102=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C66 is #27D399. Grayscale: #656565. Windows color (decimal): -2610074 or 6696152. OLE color: 6696152.
HSL color Cylindrical-coordinate representation of color #D82C66: hue angle of 339.77º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C66 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 102 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.15 |
| HSL | 339.77º | 0.69% | 0.51% | - |
| HSV(B) | 339.77º | 0.8% | 0.85% | - |
| XYZ | 31.62 | 17.36 | 14.25 | - |
| YUV | 102.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 102 | 0 | 0.80 | 0.53 | 0.15 | 339.77 | 0.69 | 0.51 |
| Hex | D8 | 2C | 66 | 0 | 50 | 35 | F | 154 | 45 | 33 |
| Octal | 330 | 54 | 146 | 0 | 120 | 65 | 17 | 524 | 105 | 63 |
| Binary | 11011000 | 101100 | 1100110 | 0 | 1010000 | 110101 | 1111 | 101010100 | 1000101 | 110011 |
Color Harmonies of #D82C66
Complementary color
Monochromatic Colors of #D82C66
Black with #D82C66
Text Example
Text Example
White with #D82C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C66; }
p { color: rgb(216,44,102); }
H1.HeaderClassName
{
color: #D82C66;
}
.AnyTagClassName
{
color: #D82C66;
}
</style>
background-color css
<style>
a { background-color: #D82C66; }
a { background-color: rgb(216,44,102); }
div.DivClassName
{
background-color: #D82C66;
}
.BgClassName
{
background-color: #D82C66;
}
</style>
border-color css
<style>
span { border-color: #D82C66; }
span { border-color: rgb(216,44,102); }
td.TdClassName
{
border-color: #D82C66;
}
.TagClassName
{
border-color: #D82C66;
}
</style>