Shades of Cabaret #D14D69
Tints of Cabaret #D14D69
RGB
CMYK
RGB Variations
Color information
#D14D69 (or 0xD14D69) is known color: Cabaret. HEX triplet: D1, 4D and 69. RGB value is (209,77,105). Sum of RGB (Red+Green+Blue) = 209+77+105=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14D69 is #2EB296. Grayscale: #777777. Windows color (decimal): -3060375 or 6901201. OLE color: 6901201.
HSL color Cylindrical-coordinate representation of color #D14D69: hue angle of 347.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14D69 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 105 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.18 |
| HSL | 347.27º | 0.59% | 0.56% | - |
| HSV(B) | 347.27º | 0.63% | 0.82% | - |
| XYZ | 31.5 | 19.88 | 15.54 | - |
| YUV | 119.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 105 | 0 | 0.63 | 0.50 | 0.18 | 347.27 | 0.59 | 0.56 |
| Hex | D1 | 4D | 69 | 0 | 3F | 32 | 12 | 15B | 3B | 38 |
| Octal | 321 | 115 | 151 | 0 | 77 | 62 | 22 | 533 | 73 | 70 |
| Binary | 11010001 | 1001101 | 1101001 | 0 | 111111 | 110010 | 10010 | 101011011 | 111011 | 111000 |
Color Harmonies of #D14D69
Complementary color
Monochromatic Colors of #D14D69
Black with #D14D69
Text Example
Text Example
White with #D14D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D69; }
p { color: rgb(209,77,105); }
H1.HeaderClassName
{
color: #D14D69;
}
.AnyTagClassName
{
color: #D14D69;
}
</style>
background-color css
<style>
a { background-color: #D14D69; }
a { background-color: rgb(209,77,105); }
div.DivClassName
{
background-color: #D14D69;
}
.BgClassName
{
background-color: #D14D69;
}
</style>
border-color css
<style>
span { border-color: #D14D69; }
span { border-color: rgb(209,77,105); }
td.TdClassName
{
border-color: #D14D69;
}
.TagClassName
{
border-color: #D14D69;
}
</style>