Shades of Cabaret #D3556B
Tints of Cabaret #D3556B
RGB
CMYK
RGB Variations
Color information
#D3556B (or 0xD3556B) is known color: Cabaret. HEX triplet: D3, 55 and 6B. RGB value is (211,85,107). Sum of RGB (Red+Green+Blue) = 211+85+107=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3556B is #2CAA94. Grayscale: #7D7D7D. Windows color (decimal): -2927253 or 7034323. OLE color: 7034323.
HSL color Cylindrical-coordinate representation of color #D3556B: hue angle of 349.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3556B is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 107 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.17 |
| HSL | 349.52º | 0.59% | 0.58% | - |
| HSV(B) | 349.52º | 0.6% | 0.83% | - |
| XYZ | 32.77 | 21.41 | 16.31 | - |
| YUV | 125.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 107 | 0 | 0.60 | 0.49 | 0.17 | 349.52 | 0.59 | 0.58 |
| Hex | D3 | 55 | 6B | 0 | 3C | 31 | 11 | 15E | 3B | 3A |
| Octal | 323 | 125 | 153 | 0 | 74 | 61 | 21 | 536 | 73 | 72 |
| Binary | 11010011 | 1010101 | 1101011 | 0 | 111100 | 110001 | 10001 | 101011110 | 111011 | 111010 |
Color Harmonies of #D3556B
Complementary color
Monochromatic Colors of #D3556B
Black with #D3556B
Text Example
Text Example
White with #D3556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3556B; }
p { color: rgb(211,85,107); }
H1.HeaderClassName
{
color: #D3556B;
}
.AnyTagClassName
{
color: #D3556B;
}
</style>
background-color css
<style>
a { background-color: #D3556B; }
a { background-color: rgb(211,85,107); }
div.DivClassName
{
background-color: #D3556B;
}
.BgClassName
{
background-color: #D3556B;
}
</style>
border-color css
<style>
span { border-color: #D3556B; }
span { border-color: rgb(211,85,107); }
td.TdClassName
{
border-color: #D3556B;
}
.TagClassName
{
border-color: #D3556B;
}
</style>