Shades of Cabaret #D1446D
Tints of Cabaret #D1446D
RGB
CMYK
RGB Variations
Color information
#D1446D (or 0xD1446D) is known color: Cabaret. HEX triplet: D1, 44 and 6D. RGB value is (209,68,109). Sum of RGB (Red+Green+Blue) = 209+68+109=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1446D is #2EBB92. Grayscale: #727272. Windows color (decimal): -3062675 or 7161041. OLE color: 7161041.
HSL color Cylindrical-coordinate representation of color #D1446D: hue angle of 342.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1446D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 109 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.18 |
| HSL | 342.55º | 0.61% | 0.54% | - |
| HSV(B) | 342.55º | 0.67% | 0.82% | - |
| XYZ | 31.12 | 18.79 | 16.46 | - |
| YUV | 114.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 109 | 0 | 0.67 | 0.48 | 0.18 | 342.55 | 0.61 | 0.54 |
| Hex | D1 | 44 | 6D | 0 | 43 | 30 | 12 | 157 | 3D | 36 |
| Octal | 321 | 104 | 155 | 0 | 103 | 60 | 22 | 527 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1101101 | 0 | 1000011 | 110000 | 10010 | 101010111 | 111101 | 110110 |
Color Harmonies of #D1446D
Complementary color
Monochromatic Colors of #D1446D
Black with #D1446D
Text Example
Text Example
White with #D1446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1446D; }
p { color: rgb(209,68,109); }
H1.HeaderClassName
{
color: #D1446D;
}
.AnyTagClassName
{
color: #D1446D;
}
</style>
background-color css
<style>
a { background-color: #D1446D; }
a { background-color: rgb(209,68,109); }
div.DivClassName
{
background-color: #D1446D;
}
.BgClassName
{
background-color: #D1446D;
}
</style>
border-color css
<style>
span { border-color: #D1446D; }
span { border-color: rgb(209,68,109); }
td.TdClassName
{
border-color: #D1446D;
}
.TagClassName
{
border-color: #D1446D;
}
</style>