Shades of Cerise #D82968
Tints of Cerise #D82968
RGB
CMYK
RGB Variations
Color information
#D82968 (or 0xD82968) is known color: Cerise. HEX triplet: D8, 29 and 68. RGB value is (216,41,104). Sum of RGB (Red+Green+Blue) = 216+41+104=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D82968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82968 is #27D697. Grayscale: #646464. Windows color (decimal): -2610840 or 6826456. OLE color: 6826456.
HSL color Cylindrical-coordinate representation of color #D82968: hue angle of 338.4º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82968 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 104 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.15 |
| HSL | 338.4º | 0.69% | 0.5% | - |
| HSV(B) | 338.4º | 0.81% | 0.85% | - |
| XYZ | 31.61 | 17.18 | 14.75 | - |
| YUV | 100.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 104 | 0 | 0.81 | 0.52 | 0.15 | 338.4 | 0.69 | 0.5 |
| Hex | D8 | 29 | 68 | 0 | 51 | 34 | F | 152 | 45 | 32 |
| Octal | 330 | 51 | 150 | 0 | 121 | 64 | 17 | 522 | 105 | 62 |
| Binary | 11011000 | 101001 | 1101000 | 0 | 1010001 | 110100 | 1111 | 101010010 | 1000101 | 110010 |
Color Harmonies of #D82968
Complementary color
Monochromatic Colors of #D82968
Black with #D82968
Text Example
Text Example
White with #D82968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82968; }
p { color: rgb(216,41,104); }
H1.HeaderClassName
{
color: #D82968;
}
.AnyTagClassName
{
color: #D82968;
}
</style>
background-color css
<style>
a { background-color: #D82968; }
a { background-color: rgb(216,41,104); }
div.DivClassName
{
background-color: #D82968;
}
.BgClassName
{
background-color: #D82968;
}
</style>
border-color css
<style>
span { border-color: #D82968; }
span { border-color: rgb(216,41,104); }
td.TdClassName
{
border-color: #D82968;
}
.TagClassName
{
border-color: #D82968;
}
</style>