Shades of Cabaret #D1406A
Tints of Cabaret #D1406A
RGB
CMYK
RGB Variations
Color information
#D1406A (or 0xD1406A) is known color: Cabaret. HEX triplet: D1, 40 and 6A. RGB value is (209,64,106). Sum of RGB (Red+Green+Blue) = 209+64+106=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D1406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1406A is #2EBF95. Grayscale: #707070. Windows color (decimal): -3063702 or 6963409. OLE color: 6963409.
HSL color Cylindrical-coordinate representation of color #D1406A: hue angle of 342.62º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1406A is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 106 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.18 |
| HSL | 342.62º | 0.61% | 0.54% | - |
| HSV(B) | 342.62º | 0.69% | 0.82% | - |
| XYZ | 30.73 | 18.26 | 15.54 | - |
| YUV | 112.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 106 | 0 | 0.69 | 0.49 | 0.18 | 342.62 | 0.61 | 0.54 |
| Hex | D1 | 40 | 6A | 0 | 45 | 31 | 12 | 157 | 3D | 36 |
| Octal | 321 | 100 | 152 | 0 | 105 | 61 | 22 | 527 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1101010 | 0 | 1000101 | 110001 | 10010 | 101010111 | 111101 | 110110 |
Color Harmonies of #D1406A
Complementary color
Monochromatic Colors of #D1406A
Black with #D1406A
Text Example
Text Example
White with #D1406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1406A; }
p { color: rgb(209,64,106); }
H1.HeaderClassName
{
color: #D1406A;
}
.AnyTagClassName
{
color: #D1406A;
}
</style>
background-color css
<style>
a { background-color: #D1406A; }
a { background-color: rgb(209,64,106); }
div.DivClassName
{
background-color: #D1406A;
}
.BgClassName
{
background-color: #D1406A;
}
</style>
border-color css
<style>
span { border-color: #D1406A; }
span { border-color: rgb(209,64,106); }
td.TdClassName
{
border-color: #D1406A;
}
.TagClassName
{
border-color: #D1406A;
}
</style>