Shades of Cerise #D82666
Tints of Cerise #D82666
RGB
CMYK
RGB Variations
Color information
#D82666 (or 0xD82666) is known color: Cerise. HEX triplet: D8, 26 and 66. RGB value is (216,38,102). Sum of RGB (Red+Green+Blue) = 216+38+102=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D82666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82666 is #27D999. Grayscale: #626262. Windows color (decimal): -2611610 or 6694616. OLE color: 6694616.
HSL color Cylindrical-coordinate representation of color #D82666: hue angle of 338.43º 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 #D82666 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 102 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.15 |
| HSL | 338.43º | 0.7% | 0.5% | - |
| HSV(B) | 338.43º | 0.82% | 0.85% | - |
| XYZ | 31.41 | 16.94 | 14.19 | - |
| YUV | 98.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 102 | 0 | 0.82 | 0.53 | 0.15 | 338.43 | 0.7 | 0.5 |
| Hex | D8 | 26 | 66 | 0 | 52 | 35 | F | 152 | 46 | 32 |
| Octal | 330 | 46 | 146 | 0 | 122 | 65 | 17 | 522 | 106 | 62 |
| Binary | 11011000 | 100110 | 1100110 | 0 | 1010010 | 110101 | 1111 | 101010010 | 1000110 | 110010 |
Color Harmonies of #D82666
Complementary color
Monochromatic Colors of #D82666
Black with #D82666
Text Example
Text Example
White with #D82666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82666; }
p { color: rgb(216,38,102); }
H1.HeaderClassName
{
color: #D82666;
}
.AnyTagClassName
{
color: #D82666;
}
</style>
background-color css
<style>
a { background-color: #D82666; }
a { background-color: rgb(216,38,102); }
div.DivClassName
{
background-color: #D82666;
}
.BgClassName
{
background-color: #D82666;
}
</style>
border-color css
<style>
span { border-color: #D82666; }
span { border-color: rgb(216,38,102); }
td.TdClassName
{
border-color: #D82666;
}
.TagClassName
{
border-color: #D82666;
}
</style>