Shades of Cerise #D82668
Tints of Cerise #D82668
RGB
CMYK
RGB Variations
Color information
#D82668 (or 0xD82668) is known color: Cerise. HEX triplet: D8, 26 and 68. RGB value is (216,38,104). Sum of RGB (Red+Green+Blue) = 216+38+104=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D82668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82668 is #27D997. Grayscale: #626262. Windows color (decimal): -2611608 or 6825688. OLE color: 6825688.
HSL color Cylindrical-coordinate representation of color #D82668: hue angle of 337.75º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82668 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 104 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.15 |
| HSL | 337.75º | 0.7% | 0.5% | - |
| HSV(B) | 337.75º | 0.82% | 0.85% | - |
| XYZ | 31.51 | 16.98 | 14.71 | - |
| YUV | 98.75 | 130.97 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 104 | 0 | 0.82 | 0.52 | 0.15 | 337.75 | 0.7 | 0.5 |
| Hex | D8 | 26 | 68 | 0 | 52 | 34 | F | 152 | 46 | 32 |
| Octal | 330 | 46 | 150 | 0 | 122 | 64 | 17 | 522 | 106 | 62 |
| Binary | 11011000 | 100110 | 1101000 | 0 | 1010010 | 110100 | 1111 | 101010010 | 1000110 | 110010 |
Color Harmonies of #D82668
Complementary color
Monochromatic Colors of #D82668
Black with #D82668
Text Example
Text Example
White with #D82668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82668; }
p { color: rgb(216,38,104); }
H1.HeaderClassName
{
color: #D82668;
}
.AnyTagClassName
{
color: #D82668;
}
</style>
background-color css
<style>
a { background-color: #D82668; }
a { background-color: rgb(216,38,104); }
div.DivClassName
{
background-color: #D82668;
}
.BgClassName
{
background-color: #D82668;
}
</style>
border-color css
<style>
span { border-color: #D82668; }
span { border-color: rgb(216,38,104); }
td.TdClassName
{
border-color: #D82668;
}
.TagClassName
{
border-color: #D82668;
}
</style>