Shades of Cabaret #D05E6D
Tints of Cabaret #D05E6D
RGB
CMYK
RGB Variations
Color information
#D05E6D (or 0xD05E6D) is known color: Cabaret. HEX triplet: D0, 5E and 6D. RGB value is (208,94,109). Sum of RGB (Red+Green+Blue) = 208+94+109=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E6D is #2FA192. Grayscale: #818181. Windows color (decimal): -3121555 or 7167696. OLE color: 7167696.
HSL color Cylindrical-coordinate representation of color #D05E6D: hue angle of 352.11º 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 #D05E6D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 109 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.18 |
| HSL | 352.11º | 0.55% | 0.59% | - |
| HSV(B) | 352.11º | 0.55% | 0.82% | - |
| XYZ | 32.78 | 22.52 | 17.09 | - |
| YUV | 129.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 109 | 0 | 0.55 | 0.48 | 0.18 | 352.11 | 0.55 | 0.59 |
| Hex | D0 | 5E | 6D | 0 | 37 | 30 | 12 | 160 | 37 | 3B |
| Octal | 320 | 136 | 155 | 0 | 67 | 60 | 22 | 540 | 67 | 73 |
| Binary | 11010000 | 1011110 | 1101101 | 0 | 110111 | 110000 | 10010 | 101100000 | 110111 | 111011 |
Color Harmonies of #D05E6D
Complementary color
Monochromatic Colors of #D05E6D
Black with #D05E6D
Text Example
Text Example
White with #D05E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E6D; }
p { color: rgb(208,94,109); }
H1.HeaderClassName
{
color: #D05E6D;
}
.AnyTagClassName
{
color: #D05E6D;
}
</style>
background-color css
<style>
a { background-color: #D05E6D; }
a { background-color: rgb(208,94,109); }
div.DivClassName
{
background-color: #D05E6D;
}
.BgClassName
{
background-color: #D05E6D;
}
</style>
border-color css
<style>
span { border-color: #D05E6D; }
span { border-color: rgb(208,94,109); }
td.TdClassName
{
border-color: #D05E6D;
}
.TagClassName
{
border-color: #D05E6D;
}
</style>