Shades of Cabaret #D14466
Tints of Cabaret #D14466
RGB
CMYK
RGB Variations
Color information
#D14466 (or 0xD14466) is known color: Cabaret. HEX triplet: D1, 44 and 66. RGB value is (209,68,102). Sum of RGB (Red+Green+Blue) = 209+68+102=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D14466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14466 is #2EBB99. Grayscale: #727272. Windows color (decimal): -3062682 or 6702289. OLE color: 6702289.
HSL color Cylindrical-coordinate representation of color #D14466: hue angle of 345.53º 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 #D14466 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 102 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.18 |
| HSL | 345.53º | 0.61% | 0.54% | - |
| HSV(B) | 345.53º | 0.67% | 0.82% | - |
| XYZ | 30.76 | 18.65 | 14.55 | - |
| YUV | 114.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 102 | 0 | 0.67 | 0.51 | 0.18 | 345.53 | 0.61 | 0.54 |
| Hex | D1 | 44 | 66 | 0 | 43 | 33 | 12 | 15A | 3D | 36 |
| Octal | 321 | 104 | 146 | 0 | 103 | 63 | 22 | 532 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1100110 | 0 | 1000011 | 110011 | 10010 | 101011010 | 111101 | 110110 |
Color Harmonies of #D14466
Complementary color
Monochromatic Colors of #D14466
Black with #D14466
Text Example
Text Example
White with #D14466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14466; }
p { color: rgb(209,68,102); }
H1.HeaderClassName
{
color: #D14466;
}
.AnyTagClassName
{
color: #D14466;
}
</style>
background-color css
<style>
a { background-color: #D14466; }
a { background-color: rgb(209,68,102); }
div.DivClassName
{
background-color: #D14466;
}
.BgClassName
{
background-color: #D14466;
}
</style>
border-color css
<style>
span { border-color: #D14466; }
span { border-color: rgb(209,68,102); }
td.TdClassName
{
border-color: #D14466;
}
.TagClassName
{
border-color: #D14466;
}
</style>