Shades of Cabaret #D3486B
Tints of Cabaret #D3486B
RGB
CMYK
RGB Variations
Color information
#D3486B (or 0xD3486B) is known color: Cabaret. HEX triplet: D3, 48 and 6B. RGB value is (211,72,107). Sum of RGB (Red+Green+Blue) = 211+72+107=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3486B is #2CB794. Grayscale: #757575. Windows color (decimal): -2930581 or 7030995. OLE color: 7030995.
HSL color Cylindrical-coordinate representation of color #D3486B: hue angle of 344.89º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3486B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 107 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.17 |
| HSL | 344.89º | 0.61% | 0.55% | - |
| HSV(B) | 344.89º | 0.66% | 0.83% | - |
| XYZ | 31.84 | 19.55 | 16 | - |
| YUV | 117.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 107 | 0 | 0.66 | 0.49 | 0.17 | 344.89 | 0.61 | 0.55 |
| Hex | D3 | 48 | 6B | 0 | 42 | 31 | 11 | 159 | 3D | 37 |
| Octal | 323 | 110 | 153 | 0 | 102 | 61 | 21 | 531 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1101011 | 0 | 1000010 | 110001 | 10001 | 101011001 | 111101 | 110111 |
Color Harmonies of #D3486B
Complementary color
Monochromatic Colors of #D3486B
Black with #D3486B
Text Example
Text Example
White with #D3486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3486B; }
p { color: rgb(211,72,107); }
H1.HeaderClassName
{
color: #D3486B;
}
.AnyTagClassName
{
color: #D3486B;
}
</style>
background-color css
<style>
a { background-color: #D3486B; }
a { background-color: rgb(211,72,107); }
div.DivClassName
{
background-color: #D3486B;
}
.BgClassName
{
background-color: #D3486B;
}
</style>
border-color css
<style>
span { border-color: #D3486B; }
span { border-color: rgb(211,72,107); }
td.TdClassName
{
border-color: #D3486B;
}
.TagClassName
{
border-color: #D3486B;
}
</style>