Shades of Cabaret #D35E76
Tints of Cabaret #D35E76
RGB
CMYK
RGB Variations
Color information
#D35E76 (or 0xD35E76) is known color: Cabaret. HEX triplet: D3, 5E and 76. RGB value is (211,94,118). Sum of RGB (Red+Green+Blue) = 211+94+118=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35E76 is #2CA189. Grayscale: #838383. Windows color (decimal): -2924938 or 7757523. OLE color: 7757523.
HSL color Cylindrical-coordinate representation of color #D35E76: hue angle of 347.69º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35E76 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 118 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.17 |
| HSL | 347.69º | 0.57% | 0.6% | - |
| HSV(B) | 347.69º | 0.55% | 0.83% | - |
| XYZ | 34.14 | 23.16 | 19.81 | - |
| YUV | 131.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 118 | 0 | 0.55 | 0.44 | 0.17 | 347.69 | 0.57 | 0.6 |
| Hex | D3 | 5E | 76 | 0 | 37 | 2C | 11 | 15C | 39 | 3C |
| Octal | 323 | 136 | 166 | 0 | 67 | 54 | 21 | 534 | 71 | 74 |
| Binary | 11010011 | 1011110 | 1110110 | 0 | 110111 | 101100 | 10001 | 101011100 | 111001 | 111100 |
Color Harmonies of #D35E76
Complementary color
Monochromatic Colors of #D35E76
Black with #D35E76
Text Example
Text Example
White with #D35E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35E76; }
p { color: rgb(211,94,118); }
H1.HeaderClassName
{
color: #D35E76;
}
.AnyTagClassName
{
color: #D35E76;
}
</style>
background-color css
<style>
a { background-color: #D35E76; }
a { background-color: rgb(211,94,118); }
div.DivClassName
{
background-color: #D35E76;
}
.BgClassName
{
background-color: #D35E76;
}
</style>
border-color css
<style>
span { border-color: #D35E76; }
span { border-color: rgb(211,94,118); }
td.TdClassName
{
border-color: #D35E76;
}
.TagClassName
{
border-color: #D35E76;
}
</style>