Shades of Cabaret #D05D6D
Tints of Cabaret #D05D6D
RGB
CMYK
RGB Variations
Color information
#D05D6D (or 0xD05D6D) is known color: Cabaret. HEX triplet: D0, 5D and 6D. RGB value is (208,93,109). Sum of RGB (Red+Green+Blue) = 208+93+109=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D6D is #2FA292. Grayscale: #818181. Windows color (decimal): -3121811 or 7167440. OLE color: 7167440.
HSL color Cylindrical-coordinate representation of color #D05D6D: hue angle of 351.65º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D6D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 109 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.18 |
| HSL | 351.65º | 0.55% | 0.59% | - |
| HSV(B) | 351.65º | 0.55% | 0.82% | - |
| XYZ | 32.69 | 22.34 | 17.06 | - |
| YUV | 129.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 109 | 0 | 0.55 | 0.48 | 0.18 | 351.65 | 0.55 | 0.59 |
| Hex | D0 | 5D | 6D | 0 | 37 | 30 | 12 | 160 | 37 | 3B |
| Octal | 320 | 135 | 155 | 0 | 67 | 60 | 22 | 540 | 67 | 73 |
| Binary | 11010000 | 1011101 | 1101101 | 0 | 110111 | 110000 | 10010 | 101100000 | 110111 | 111011 |
Color Harmonies of #D05D6D
Complementary color
Monochromatic Colors of #D05D6D
Black with #D05D6D
Text Example
Text Example
White with #D05D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D6D; }
p { color: rgb(208,93,109); }
H1.HeaderClassName
{
color: #D05D6D;
}
.AnyTagClassName
{
color: #D05D6D;
}
</style>
background-color css
<style>
a { background-color: #D05D6D; }
a { background-color: rgb(208,93,109); }
div.DivClassName
{
background-color: #D05D6D;
}
.BgClassName
{
background-color: #D05D6D;
}
</style>
border-color css
<style>
span { border-color: #D05D6D; }
span { border-color: rgb(208,93,109); }
td.TdClassName
{
border-color: #D05D6D;
}
.TagClassName
{
border-color: #D05D6D;
}
</style>