Shades of Cabaret #D35968
Tints of Cabaret #D35968
RGB
CMYK
RGB Variations
Color information
#D35968 (or 0xD35968) is known color: Cabaret. HEX triplet: D3, 59 and 68. RGB value is (211,89,104). Sum of RGB (Red+Green+Blue) = 211+89+104=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D35968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35968 is #2CA697. Grayscale: #7F7F7F. Windows color (decimal): -2926232 or 6838739. OLE color: 6838739.
HSL color Cylindrical-coordinate representation of color #D35968: hue angle of 352.62º 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 #D35968 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 104 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.17 |
| HSL | 352.62º | 0.58% | 0.59% | - |
| HSV(B) | 352.62º | 0.58% | 0.83% | - |
| XYZ | 32.94 | 21.99 | 15.61 | - |
| YUV | 127.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 104 | 0 | 0.58 | 0.51 | 0.17 | 352.62 | 0.58 | 0.59 |
| Hex | D3 | 59 | 68 | 0 | 3A | 33 | 11 | 161 | 3A | 3B |
| Octal | 323 | 131 | 150 | 0 | 72 | 63 | 21 | 541 | 72 | 73 |
| Binary | 11010011 | 1011001 | 1101000 | 0 | 111010 | 110011 | 10001 | 101100001 | 111010 | 111011 |
Color Harmonies of #D35968
Complementary color
Monochromatic Colors of #D35968
Black with #D35968
Text Example
Text Example
White with #D35968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35968; }
p { color: rgb(211,89,104); }
H1.HeaderClassName
{
color: #D35968;
}
.AnyTagClassName
{
color: #D35968;
}
</style>
background-color css
<style>
a { background-color: #D35968; }
a { background-color: rgb(211,89,104); }
div.DivClassName
{
background-color: #D35968;
}
.BgClassName
{
background-color: #D35968;
}
</style>
border-color css
<style>
span { border-color: #D35968; }
span { border-color: rgb(211,89,104); }
td.TdClassName
{
border-color: #D35968;
}
.TagClassName
{
border-color: #D35968;
}
</style>