Shades of Cabaret #D14969
Tints of Cabaret #D14969
RGB
CMYK
RGB Variations
Color information
#D14969 (or 0xD14969) is known color: Cabaret. HEX triplet: D1, 49 and 69. RGB value is (209,73,105). Sum of RGB (Red+Green+Blue) = 209+73+105=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D14969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14969 is #2EB696. Grayscale: #757575. Windows color (decimal): -3061399 or 6900177. OLE color: 6900177.
HSL color Cylindrical-coordinate representation of color #D14969: hue angle of 345.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14969 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 105 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.18 |
| HSL | 345.88º | 0.6% | 0.55% | - |
| HSV(B) | 345.88º | 0.65% | 0.82% | - |
| XYZ | 31.23 | 19.34 | 15.45 | - |
| YUV | 117.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 105 | 0 | 0.65 | 0.50 | 0.18 | 345.88 | 0.6 | 0.55 |
| Hex | D1 | 49 | 69 | 0 | 41 | 32 | 12 | 15A | 3C | 37 |
| Octal | 321 | 111 | 151 | 0 | 101 | 62 | 22 | 532 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1101001 | 0 | 1000001 | 110010 | 10010 | 101011010 | 111100 | 110111 |
Color Harmonies of #D14969
Complementary color
Monochromatic Colors of #D14969
Black with #D14969
Text Example
Text Example
White with #D14969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14969; }
p { color: rgb(209,73,105); }
H1.HeaderClassName
{
color: #D14969;
}
.AnyTagClassName
{
color: #D14969;
}
</style>
background-color css
<style>
a { background-color: #D14969; }
a { background-color: rgb(209,73,105); }
div.DivClassName
{
background-color: #D14969;
}
.BgClassName
{
background-color: #D14969;
}
</style>
border-color css
<style>
span { border-color: #D14969; }
span { border-color: rgb(209,73,105); }
td.TdClassName
{
border-color: #D14969;
}
.TagClassName
{
border-color: #D14969;
}
</style>