Shades of Cabaret #D05E75
Tints of Cabaret #D05E75
RGB
CMYK
RGB Variations
Color information
#D05E75 (or 0xD05E75) is known color: Cabaret. HEX triplet: D0, 5E and 75. RGB value is (208,94,117). Sum of RGB (Red+Green+Blue) = 208+94+117=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E75 is #2FA18A. Grayscale: #828282. Windows color (decimal): -3121547 or 7691984. OLE color: 7691984.
HSL color Cylindrical-coordinate representation of color #D05E75: hue angle of 347.89º 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 #D05E75 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 117 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.18 |
| HSL | 347.89º | 0.55% | 0.59% | - |
| HSV(B) | 347.89º | 0.55% | 0.82% | - |
| XYZ | 33.23 | 22.7 | 19.46 | - |
| YUV | 130.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 117 | 0 | 0.55 | 0.44 | 0.18 | 347.89 | 0.55 | 0.59 |
| Hex | D0 | 5E | 75 | 0 | 37 | 2C | 12 | 15C | 37 | 3B |
| Octal | 320 | 136 | 165 | 0 | 67 | 54 | 22 | 534 | 67 | 73 |
| Binary | 11010000 | 1011110 | 1110101 | 0 | 110111 | 101100 | 10010 | 101011100 | 110111 | 111011 |
Color Harmonies of #D05E75
Complementary color
Monochromatic Colors of #D05E75
Black with #D05E75
Text Example
Text Example
White with #D05E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E75; }
p { color: rgb(208,94,117); }
H1.HeaderClassName
{
color: #D05E75;
}
.AnyTagClassName
{
color: #D05E75;
}
</style>
background-color css
<style>
a { background-color: #D05E75; }
a { background-color: rgb(208,94,117); }
div.DivClassName
{
background-color: #D05E75;
}
.BgClassName
{
background-color: #D05E75;
}
</style>
border-color css
<style>
span { border-color: #D05E75; }
span { border-color: rgb(208,94,117); }
td.TdClassName
{
border-color: #D05E75;
}
.TagClassName
{
border-color: #D05E75;
}
</style>