Shades of Cabaret #D05569
Tints of Cabaret #D05569
RGB
CMYK
RGB Variations
Color information
#D05569 (or 0xD05569) is known color: Cabaret. HEX triplet: D0, 55 and 69. RGB value is (208,85,105). Sum of RGB (Red+Green+Blue) = 208+85+105=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D05569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05569 is #2FAA96. Grayscale: #7C7C7C. Windows color (decimal): -3123863 or 6903248. OLE color: 6903248.
HSL color Cylindrical-coordinate representation of color #D05569: hue angle of 350.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05569 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 105 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.18 |
| HSL | 350.24º | 0.57% | 0.57% | - |
| HSV(B) | 350.24º | 0.59% | 0.82% | - |
| XYZ | 31.81 | 20.93 | 15.73 | - |
| YUV | 124.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 105 | 0 | 0.59 | 0.50 | 0.18 | 350.24 | 0.57 | 0.57 |
| Hex | D0 | 55 | 69 | 0 | 3B | 32 | 12 | 15E | 39 | 39 |
| Octal | 320 | 125 | 151 | 0 | 73 | 62 | 22 | 536 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1101001 | 0 | 111011 | 110010 | 10010 | 101011110 | 111001 | 111001 |
Color Harmonies of #D05569
Complementary color
Monochromatic Colors of #D05569
Black with #D05569
Text Example
Text Example
White with #D05569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05569; }
p { color: rgb(208,85,105); }
H1.HeaderClassName
{
color: #D05569;
}
.AnyTagClassName
{
color: #D05569;
}
</style>
background-color css
<style>
a { background-color: #D05569; }
a { background-color: rgb(208,85,105); }
div.DivClassName
{
background-color: #D05569;
}
.BgClassName
{
background-color: #D05569;
}
</style>
border-color css
<style>
span { border-color: #D05569; }
span { border-color: rgb(208,85,105); }
td.TdClassName
{
border-color: #D05569;
}
.TagClassName
{
border-color: #D05569;
}
</style>