Shades of Cabaret #D14165
Tints of Cabaret #D14165
RGB
CMYK
RGB Variations
Color information
#D14165 (or 0xD14165) is known color: Cabaret. HEX triplet: D1, 41 and 65. RGB value is (209,65,101). Sum of RGB (Red+Green+Blue) = 209+65+101=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D14165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14165 is #2EBE9A. Grayscale: #707070. Windows color (decimal): -3063451 or 6635985. OLE color: 6635985.
HSL color Cylindrical-coordinate representation of color #D14165: hue angle of 345º 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 #D14165 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 101 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.18 |
| HSL | 345º | 0.61% | 0.54% | - |
| HSV(B) | 345º | 0.69% | 0.82% | - |
| XYZ | 30.53 | 18.28 | 14.23 | - |
| YUV | 112.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 101 | 0 | 0.69 | 0.52 | 0.18 | 345 | 0.61 | 0.54 |
| Hex | D1 | 41 | 65 | 0 | 45 | 34 | 12 | 159 | 3D | 36 |
| Octal | 321 | 101 | 145 | 0 | 105 | 64 | 22 | 531 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1100101 | 0 | 1000101 | 110100 | 10010 | 101011001 | 111101 | 110110 |
Color Harmonies of #D14165
Complementary color
Monochromatic Colors of #D14165
Black with #D14165
Text Example
Text Example
White with #D14165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14165; }
p { color: rgb(209,65,101); }
H1.HeaderClassName
{
color: #D14165;
}
.AnyTagClassName
{
color: #D14165;
}
</style>
background-color css
<style>
a { background-color: #D14165; }
a { background-color: rgb(209,65,101); }
div.DivClassName
{
background-color: #D14165;
}
.BgClassName
{
background-color: #D14165;
}
</style>
border-color css
<style>
span { border-color: #D14165; }
span { border-color: rgb(209,65,101); }
td.TdClassName
{
border-color: #D14165;
}
.TagClassName
{
border-color: #D14165;
}
</style>