Shades of Cabaret #D05D71
Tints of Cabaret #D05D71
RGB
CMYK
RGB Variations
Color information
#D05D71 (or 0xD05D71) is known color: Cabaret. HEX triplet: D0, 5D and 71. RGB value is (208,93,113). Sum of RGB (Red+Green+Blue) = 208+93+113=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D71 is #2FA28E. Grayscale: #818181. Windows color (decimal): -3121807 or 7429584. OLE color: 7429584.
HSL color Cylindrical-coordinate representation of color #D05D71: hue angle of 349.57º 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 #D05D71 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 113 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.18 |
| HSL | 349.57º | 0.55% | 0.59% | - |
| HSV(B) | 349.57º | 0.55% | 0.82% | - |
| XYZ | 32.91 | 22.43 | 18.22 | - |
| YUV | 129.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 113 | 0 | 0.55 | 0.46 | 0.18 | 349.57 | 0.55 | 0.59 |
| Hex | D0 | 5D | 71 | 0 | 37 | 2E | 12 | 15E | 37 | 3B |
| Octal | 320 | 135 | 161 | 0 | 67 | 56 | 22 | 536 | 67 | 73 |
| Binary | 11010000 | 1011101 | 1110001 | 0 | 110111 | 101110 | 10010 | 101011110 | 110111 | 111011 |
Color Harmonies of #D05D71
Complementary color
Monochromatic Colors of #D05D71
Black with #D05D71
Text Example
Text Example
White with #D05D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D71; }
p { color: rgb(208,93,113); }
H1.HeaderClassName
{
color: #D05D71;
}
.AnyTagClassName
{
color: #D05D71;
}
</style>
background-color css
<style>
a { background-color: #D05D71; }
a { background-color: rgb(208,93,113); }
div.DivClassName
{
background-color: #D05D71;
}
.BgClassName
{
background-color: #D05D71;
}
</style>
border-color css
<style>
span { border-color: #D05D71; }
span { border-color: rgb(208,93,113); }
td.TdClassName
{
border-color: #D05D71;
}
.TagClassName
{
border-color: #D05D71;
}
</style>