Shades of Cabaret #D35975
Tints of Cabaret #D35975
RGB
CMYK
RGB Variations
Color information
#D35975 (or 0xD35975) is known color: Cabaret. HEX triplet: D3, 59 and 75. RGB value is (211,89,117). Sum of RGB (Red+Green+Blue) = 211+89+117=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D35975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35975 is #2CA68A. Grayscale: #808080. Windows color (decimal): -2926219 or 7690707. OLE color: 7690707.
HSL color Cylindrical-coordinate representation of color #D35975: hue angle of 346.23º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35975 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 117 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.17 |
| HSL | 346.23º | 0.58% | 0.59% | - |
| HSV(B) | 346.23º | 0.58% | 0.83% | - |
| XYZ | 33.65 | 22.28 | 19.36 | - |
| YUV | 128.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 117 | 0 | 0.58 | 0.45 | 0.17 | 346.23 | 0.58 | 0.59 |
| Hex | D3 | 59 | 75 | 0 | 3A | 2D | 11 | 15A | 3A | 3B |
| Octal | 323 | 131 | 165 | 0 | 72 | 55 | 21 | 532 | 72 | 73 |
| Binary | 11010011 | 1011001 | 1110101 | 0 | 111010 | 101101 | 10001 | 101011010 | 111010 | 111011 |
Color Harmonies of #D35975
Complementary color
Monochromatic Colors of #D35975
Black with #D35975
Text Example
Text Example
White with #D35975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35975; }
p { color: rgb(211,89,117); }
H1.HeaderClassName
{
color: #D35975;
}
.AnyTagClassName
{
color: #D35975;
}
</style>
background-color css
<style>
a { background-color: #D35975; }
a { background-color: rgb(211,89,117); }
div.DivClassName
{
background-color: #D35975;
}
.BgClassName
{
background-color: #D35975;
}
</style>
border-color css
<style>
span { border-color: #D35975; }
span { border-color: rgb(211,89,117); }
td.TdClassName
{
border-color: #D35975;
}
.TagClassName
{
border-color: #D35975;
}
</style>