Shades of Cabaret #D14166
Tints of Cabaret #D14166
RGB
CMYK
RGB Variations
Color information
#D14166 (or 0xD14166) is known color: Cabaret. HEX triplet: D1, 41 and 66. RGB value is (209,65,102). Sum of RGB (Red+Green+Blue) = 209+65+102=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D14166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14166 is #2EBE99. Grayscale: #707070. Windows color (decimal): -3063450 or 6701521. OLE color: 6701521.
HSL color Cylindrical-coordinate representation of color #D14166: hue angle of 344.58º 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 #D14166 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 102 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.18 |
| HSL | 344.58º | 0.61% | 0.54% | - |
| HSV(B) | 344.58º | 0.69% | 0.82% | - |
| XYZ | 30.58 | 18.3 | 14.49 | - |
| YUV | 112.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 102 | 0 | 0.69 | 0.51 | 0.18 | 344.58 | 0.61 | 0.54 |
| Hex | D1 | 41 | 66 | 0 | 45 | 33 | 12 | 159 | 3D | 36 |
| Octal | 321 | 101 | 146 | 0 | 105 | 63 | 22 | 531 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1100110 | 0 | 1000101 | 110011 | 10010 | 101011001 | 111101 | 110110 |
Color Harmonies of #D14166
Complementary color
Monochromatic Colors of #D14166
Black with #D14166
Text Example
Text Example
White with #D14166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14166; }
p { color: rgb(209,65,102); }
H1.HeaderClassName
{
color: #D14166;
}
.AnyTagClassName
{
color: #D14166;
}
</style>
background-color css
<style>
a { background-color: #D14166; }
a { background-color: rgb(209,65,102); }
div.DivClassName
{
background-color: #D14166;
}
.BgClassName
{
background-color: #D14166;
}
</style>
border-color css
<style>
span { border-color: #D14166; }
span { border-color: rgb(209,65,102); }
td.TdClassName
{
border-color: #D14166;
}
.TagClassName
{
border-color: #D14166;
}
</style>