Shades of Cabaret #D1406F
Tints of Cabaret #D1406F
RGB
CMYK
RGB Variations
Color information
#D1406F (or 0xD1406F) is known color: Cabaret. HEX triplet: D1, 40 and 6F. RGB value is (209,64,111). Sum of RGB (Red+Green+Blue) = 209+64+111=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1406F is #2EBF90. Grayscale: #707070. Windows color (decimal): -3063697 or 7291089. OLE color: 7291089.
HSL color Cylindrical-coordinate representation of color #D1406F: hue angle of 340.55º 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 #D1406F is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 111 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.18 |
| HSL | 340.55º | 0.61% | 0.54% | - |
| HSV(B) | 340.55º | 0.69% | 0.82% | - |
| XYZ | 31 | 18.37 | 16.95 | - |
| YUV | 112.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 111 | 0 | 0.69 | 0.47 | 0.18 | 340.55 | 0.61 | 0.54 |
| Hex | D1 | 40 | 6F | 0 | 45 | 2F | 12 | 155 | 3D | 36 |
| Octal | 321 | 100 | 157 | 0 | 105 | 57 | 22 | 525 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1101111 | 0 | 1000101 | 101111 | 10010 | 101010101 | 111101 | 110110 |
Color Harmonies of #D1406F
Complementary color
Monochromatic Colors of #D1406F
Black with #D1406F
Text Example
Text Example
White with #D1406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1406F; }
p { color: rgb(209,64,111); }
H1.HeaderClassName
{
color: #D1406F;
}
.AnyTagClassName
{
color: #D1406F;
}
</style>
background-color css
<style>
a { background-color: #D1406F; }
a { background-color: rgb(209,64,111); }
div.DivClassName
{
background-color: #D1406F;
}
.BgClassName
{
background-color: #D1406F;
}
</style>
border-color css
<style>
span { border-color: #D1406F; }
span { border-color: rgb(209,64,111); }
td.TdClassName
{
border-color: #D1406F;
}
.TagClassName
{
border-color: #D1406F;
}
</style>