Shades of Cabaret #D14365
Tints of Cabaret #D14365
RGB
CMYK
RGB Variations
Color information
#D14365 (or 0xD14365) is known color: Cabaret. HEX triplet: D1, 43 and 65. RGB value is (209,67,101). Sum of RGB (Red+Green+Blue) = 209+67+101=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D14365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14365 is #2EBC9A. Grayscale: #717171. Windows color (decimal): -3062939 or 6636497. OLE color: 6636497.
HSL color Cylindrical-coordinate representation of color #D14365: hue angle of 345.63º 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 #D14365 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 101 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.18 |
| HSL | 345.63º | 0.61% | 0.54% | - |
| HSV(B) | 345.63º | 0.68% | 0.82% | - |
| XYZ | 30.65 | 18.51 | 14.27 | - |
| YUV | 113.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 101 | 0 | 0.68 | 0.52 | 0.18 | 345.63 | 0.61 | 0.54 |
| Hex | D1 | 43 | 65 | 0 | 44 | 34 | 12 | 15A | 3D | 36 |
| Octal | 321 | 103 | 145 | 0 | 104 | 64 | 22 | 532 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1100101 | 0 | 1000100 | 110100 | 10010 | 101011010 | 111101 | 110110 |
Color Harmonies of #D14365
Complementary color
Monochromatic Colors of #D14365
Black with #D14365
Text Example
Text Example
White with #D14365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14365; }
p { color: rgb(209,67,101); }
H1.HeaderClassName
{
color: #D14365;
}
.AnyTagClassName
{
color: #D14365;
}
</style>
background-color css
<style>
a { background-color: #D14365; }
a { background-color: rgb(209,67,101); }
div.DivClassName
{
background-color: #D14365;
}
.BgClassName
{
background-color: #D14365;
}
</style>
border-color css
<style>
span { border-color: #D14365; }
span { border-color: rgb(209,67,101); }
td.TdClassName
{
border-color: #D14365;
}
.TagClassName
{
border-color: #D14365;
}
</style>