Shades of Cabaret #D14369
Tints of Cabaret #D14369
RGB
CMYK
RGB Variations
Color information
#D14369 (or 0xD14369) is known color: Cabaret. HEX triplet: D1, 43 and 69. RGB value is (209,67,105). Sum of RGB (Red+Green+Blue) = 209+67+105=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D14369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14369 is #2EBC96. Grayscale: #717171. Windows color (decimal): -3062935 or 6898641. OLE color: 6898641.
HSL color Cylindrical-coordinate representation of color #D14369: hue angle of 343.94º 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 #D14369 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 105 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.18 |
| HSL | 343.94º | 0.61% | 0.54% | - |
| HSV(B) | 343.94º | 0.68% | 0.82% | - |
| XYZ | 30.85 | 18.59 | 15.33 | - |
| YUV | 113.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 105 | 0 | 0.68 | 0.50 | 0.18 | 343.94 | 0.61 | 0.54 |
| Hex | D1 | 43 | 69 | 0 | 44 | 32 | 12 | 158 | 3D | 36 |
| Octal | 321 | 103 | 151 | 0 | 104 | 62 | 22 | 530 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1101001 | 0 | 1000100 | 110010 | 10010 | 101011000 | 111101 | 110110 |
Color Harmonies of #D14369
Complementary color
Monochromatic Colors of #D14369
Black with #D14369
Text Example
Text Example
White with #D14369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14369; }
p { color: rgb(209,67,105); }
H1.HeaderClassName
{
color: #D14369;
}
.AnyTagClassName
{
color: #D14369;
}
</style>
background-color css
<style>
a { background-color: #D14369; }
a { background-color: rgb(209,67,105); }
div.DivClassName
{
background-color: #D14369;
}
.BgClassName
{
background-color: #D14369;
}
</style>
border-color css
<style>
span { border-color: #D14369; }
span { border-color: rgb(209,67,105); }
td.TdClassName
{
border-color: #D14369;
}
.TagClassName
{
border-color: #D14369;
}
</style>