Shades of Cabaret #D14366
Tints of Cabaret #D14366
RGB
CMYK
RGB Variations
Color information
#D14366 (or 0xD14366) is known color: Cabaret. HEX triplet: D1, 43 and 66. RGB value is (209,67,102). Sum of RGB (Red+Green+Blue) = 209+67+102=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D14366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14366 is #2EBC99. Grayscale: #717171. Windows color (decimal): -3062938 or 6702033. OLE color: 6702033.
HSL color Cylindrical-coordinate representation of color #D14366: hue angle of 345.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14366 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 102 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.18 |
| HSL | 345.21º | 0.61% | 0.54% | - |
| HSV(B) | 345.21º | 0.68% | 0.82% | - |
| XYZ | 30.7 | 18.53 | 14.53 | - |
| YUV | 113.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 102 | 0 | 0.68 | 0.51 | 0.18 | 345.21 | 0.61 | 0.54 |
| Hex | D1 | 43 | 66 | 0 | 44 | 33 | 12 | 159 | 3D | 36 |
| Octal | 321 | 103 | 146 | 0 | 104 | 63 | 22 | 531 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1100110 | 0 | 1000100 | 110011 | 10010 | 101011001 | 111101 | 110110 |
Color Harmonies of #D14366
Complementary color
Monochromatic Colors of #D14366
Black with #D14366
Text Example
Text Example
White with #D14366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14366; }
p { color: rgb(209,67,102); }
H1.HeaderClassName
{
color: #D14366;
}
.AnyTagClassName
{
color: #D14366;
}
</style>
background-color css
<style>
a { background-color: #D14366; }
a { background-color: rgb(209,67,102); }
div.DivClassName
{
background-color: #D14366;
}
.BgClassName
{
background-color: #D14366;
}
</style>
border-color css
<style>
span { border-color: #D14366; }
span { border-color: rgb(209,67,102); }
td.TdClassName
{
border-color: #D14366;
}
.TagClassName
{
border-color: #D14366;
}
</style>