Shades of Cabaret #D3406C
Tints of Cabaret #D3406C
RGB
CMYK
RGB Variations
Color information
#D3406C (or 0xD3406C) is known color: Cabaret. HEX triplet: D3, 40 and 6C. RGB value is (211,64,108). Sum of RGB (Red+Green+Blue) = 211+64+108=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D3406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3406C is #2CBF93. Grayscale: #707070. Windows color (decimal): -2932628 or 7094483. OLE color: 7094483.
HSL color Cylindrical-coordinate representation of color #D3406C: hue angle of 342.04º 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 #D3406C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 108 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.17 |
| HSL | 342.04º | 0.63% | 0.54% | - |
| HSV(B) | 342.04º | 0.7% | 0.83% | - |
| XYZ | 31.4 | 18.6 | 16.12 | - |
| YUV | 112.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 108 | 0 | 0.70 | 0.49 | 0.17 | 342.04 | 0.63 | 0.54 |
| Hex | D3 | 40 | 6C | 0 | 46 | 31 | 11 | 156 | 3F | 36 |
| Octal | 323 | 100 | 154 | 0 | 106 | 61 | 21 | 526 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1101100 | 0 | 1000110 | 110001 | 10001 | 101010110 | 111111 | 110110 |
Color Harmonies of #D3406C
Complementary color
Monochromatic Colors of #D3406C
Black with #D3406C
Text Example
Text Example
White with #D3406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3406C; }
p { color: rgb(211,64,108); }
H1.HeaderClassName
{
color: #D3406C;
}
.AnyTagClassName
{
color: #D3406C;
}
</style>
background-color css
<style>
a { background-color: #D3406C; }
a { background-color: rgb(211,64,108); }
div.DivClassName
{
background-color: #D3406C;
}
.BgClassName
{
background-color: #D3406C;
}
</style>
border-color css
<style>
span { border-color: #D3406C; }
span { border-color: rgb(211,64,108); }
td.TdClassName
{
border-color: #D3406C;
}
.TagClassName
{
border-color: #D3406C;
}
</style>