Shades of Cabaret #D85067
Tints of Cabaret #D85067
RGB
CMYK
RGB Variations
Color information
#D85067 (or 0xD85067) is known color: Cabaret. HEX triplet: D8, 50 and 67. RGB value is (216,80,103). Sum of RGB (Red+Green+Blue) = 216+80+103=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D85067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85067 is #27AF98. Grayscale: #7B7B7B. Windows color (decimal): -2600857 or 6770904. OLE color: 6770904.
HSL color Cylindrical-coordinate representation of color #D85067: hue angle of 349.85º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85067 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 103 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.15 |
| HSL | 349.85º | 0.64% | 0.58% | - |
| HSV(B) | 349.85º | 0.63% | 0.85% | - |
| XYZ | 33.64 | 21.32 | 15.17 | - |
| YUV | 123.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 103 | 0 | 0.63 | 0.52 | 0.15 | 349.85 | 0.64 | 0.58 |
| Hex | D8 | 50 | 67 | 0 | 3F | 34 | F | 15E | 40 | 3A |
| Octal | 330 | 120 | 147 | 0 | 77 | 64 | 17 | 536 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1100111 | 0 | 111111 | 110100 | 1111 | 101011110 | 1000000 | 111010 |
Color Harmonies of #D85067
Complementary color
Monochromatic Colors of #D85067
Black with #D85067
Text Example
Text Example
White with #D85067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85067; }
p { color: rgb(216,80,103); }
H1.HeaderClassName
{
color: #D85067;
}
.AnyTagClassName
{
color: #D85067;
}
</style>
background-color css
<style>
a { background-color: #D85067; }
a { background-color: rgb(216,80,103); }
div.DivClassName
{
background-color: #D85067;
}
.BgClassName
{
background-color: #D85067;
}
</style>
border-color css
<style>
span { border-color: #D85067; }
span { border-color: rgb(216,80,103); }
td.TdClassName
{
border-color: #D85067;
}
.TagClassName
{
border-color: #D85067;
}
</style>