Shades of Cabaret #D14169
Tints of Cabaret #D14169
RGB
CMYK
RGB Variations
Color information
#D14169 (or 0xD14169) is known color: Cabaret. HEX triplet: D1, 41 and 69. RGB value is (209,65,105). Sum of RGB (Red+Green+Blue) = 209+65+105=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D14169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14169 is #2EBE96. Grayscale: #707070. Windows color (decimal): -3063447 or 6898129. OLE color: 6898129.
HSL color Cylindrical-coordinate representation of color #D14169: hue angle of 343.33º 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 #D14169 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 105 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.18 |
| HSL | 343.33º | 0.61% | 0.54% | - |
| HSV(B) | 343.33º | 0.69% | 0.82% | - |
| XYZ | 30.73 | 18.36 | 15.29 | - |
| YUV | 112.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 105 | 0 | 0.69 | 0.50 | 0.18 | 343.33 | 0.61 | 0.54 |
| Hex | D1 | 41 | 69 | 0 | 45 | 32 | 12 | 157 | 3D | 36 |
| Octal | 321 | 101 | 151 | 0 | 105 | 62 | 22 | 527 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1101001 | 0 | 1000101 | 110010 | 10010 | 101010111 | 111101 | 110110 |
Color Harmonies of #D14169
Complementary color
Monochromatic Colors of #D14169
Black with #D14169
Text Example
Text Example
White with #D14169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14169; }
p { color: rgb(209,65,105); }
H1.HeaderClassName
{
color: #D14169;
}
.AnyTagClassName
{
color: #D14169;
}
</style>
background-color css
<style>
a { background-color: #D14169; }
a { background-color: rgb(209,65,105); }
div.DivClassName
{
background-color: #D14169;
}
.BgClassName
{
background-color: #D14169;
}
</style>
border-color css
<style>
span { border-color: #D14169; }
span { border-color: rgb(209,65,105); }
td.TdClassName
{
border-color: #D14169;
}
.TagClassName
{
border-color: #D14169;
}
</style>