Shades of Cabaret #D35166
Tints of Cabaret #D35166
RGB
CMYK
RGB Variations
Color information
#D35166 (or 0xD35166) is known color: Cabaret. HEX triplet: D3, 51 and 66. RGB value is (211,81,102). Sum of RGB (Red+Green+Blue) = 211+81+102=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D35166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35166 is #2CAE99. Grayscale: #7A7A7A. Windows color (decimal): -2928282 or 6705619. OLE color: 6705619.
HSL color Cylindrical-coordinate representation of color #D35166: hue angle of 350.31º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35166 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 102 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.17 |
| HSL | 350.31º | 0.6% | 0.57% | - |
| HSV(B) | 350.31º | 0.62% | 0.83% | - |
| XYZ | 32.2 | 20.69 | 14.87 | - |
| YUV | 122.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 102 | 0 | 0.62 | 0.52 | 0.17 | 350.31 | 0.6 | 0.57 |
| Hex | D3 | 51 | 66 | 0 | 3E | 34 | 11 | 15E | 3C | 39 |
| Octal | 323 | 121 | 146 | 0 | 76 | 64 | 21 | 536 | 74 | 71 |
| Binary | 11010011 | 1010001 | 1100110 | 0 | 111110 | 110100 | 10001 | 101011110 | 111100 | 111001 |
Color Harmonies of #D35166
Complementary color
Monochromatic Colors of #D35166
Black with #D35166
Text Example
Text Example
White with #D35166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35166; }
p { color: rgb(211,81,102); }
H1.HeaderClassName
{
color: #D35166;
}
.AnyTagClassName
{
color: #D35166;
}
</style>
background-color css
<style>
a { background-color: #D35166; }
a { background-color: rgb(211,81,102); }
div.DivClassName
{
background-color: #D35166;
}
.BgClassName
{
background-color: #D35166;
}
</style>
border-color css
<style>
span { border-color: #D35166; }
span { border-color: rgb(211,81,102); }
td.TdClassName
{
border-color: #D35166;
}
.TagClassName
{
border-color: #D35166;
}
</style>