Shades of Cabaret #D3406B
Tints of Cabaret #D3406B
RGB
CMYK
RGB Variations
Color information
#D3406B (or 0xD3406B) is known color: Cabaret. HEX triplet: D3, 40 and 6B. RGB value is (211,64,107). Sum of RGB (Red+Green+Blue) = 211+64+107=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D3406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3406B is #2CBF94. Grayscale: #707070. Windows color (decimal): -2932629 or 7028947. OLE color: 7028947.
HSL color Cylindrical-coordinate representation of color #D3406B: hue angle of 342.45º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3406B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 107 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.17 |
| HSL | 342.45º | 0.63% | 0.54% | - |
| HSV(B) | 342.45º | 0.7% | 0.83% | - |
| XYZ | 31.35 | 18.58 | 15.84 | - |
| YUV | 112.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 107 | 0 | 0.70 | 0.49 | 0.17 | 342.45 | 0.63 | 0.54 |
| Hex | D3 | 40 | 6B | 0 | 46 | 31 | 11 | 156 | 3F | 36 |
| Octal | 323 | 100 | 153 | 0 | 106 | 61 | 21 | 526 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1101011 | 0 | 1000110 | 110001 | 10001 | 101010110 | 111111 | 110110 |
Color Harmonies of #D3406B
Complementary color
Monochromatic Colors of #D3406B
Black with #D3406B
Text Example
Text Example
White with #D3406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3406B; }
p { color: rgb(211,64,107); }
H1.HeaderClassName
{
color: #D3406B;
}
.AnyTagClassName
{
color: #D3406B;
}
</style>
background-color css
<style>
a { background-color: #D3406B; }
a { background-color: rgb(211,64,107); }
div.DivClassName
{
background-color: #D3406B;
}
.BgClassName
{
background-color: #D3406B;
}
</style>
border-color css
<style>
span { border-color: #D3406B; }
span { border-color: rgb(211,64,107); }
td.TdClassName
{
border-color: #D3406B;
}
.TagClassName
{
border-color: #D3406B;
}
</style>