Shades of Cabaret #D85268
Tints of Cabaret #D85268
RGB
CMYK
RGB Variations
Color information
#D85268 (or 0xD85268) is known color: Cabaret. HEX triplet: D8, 52 and 68. RGB value is (216,82,104). Sum of RGB (Red+Green+Blue) = 216+82+104=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D85268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85268 is #27AD97. Grayscale: #7C7C7C. Windows color (decimal): -2600344 or 6836952. OLE color: 6836952.
HSL color Cylindrical-coordinate representation of color #D85268: hue angle of 350.15º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85268 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 104 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.15 |
| HSL | 350.15º | 0.63% | 0.58% | - |
| HSV(B) | 350.15º | 0.62% | 0.85% | - |
| XYZ | 33.83 | 21.63 | 15.49 | - |
| YUV | 124.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 104 | 0 | 0.62 | 0.52 | 0.15 | 350.15 | 0.63 | 0.58 |
| Hex | D8 | 52 | 68 | 0 | 3E | 34 | F | 15E | 3F | 3A |
| Octal | 330 | 122 | 150 | 0 | 76 | 64 | 17 | 536 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1101000 | 0 | 111110 | 110100 | 1111 | 101011110 | 111111 | 111010 |
Color Harmonies of #D85268
Complementary color
Monochromatic Colors of #D85268
Black with #D85268
Text Example
Text Example
White with #D85268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85268; }
p { color: rgb(216,82,104); }
H1.HeaderClassName
{
color: #D85268;
}
.AnyTagClassName
{
color: #D85268;
}
</style>
background-color css
<style>
a { background-color: #D85268; }
a { background-color: rgb(216,82,104); }
div.DivClassName
{
background-color: #D85268;
}
.BgClassName
{
background-color: #D85268;
}
</style>
border-color css
<style>
span { border-color: #D85268; }
span { border-color: rgb(216,82,104); }
td.TdClassName
{
border-color: #D85268;
}
.TagClassName
{
border-color: #D85268;
}
</style>