Shades of Cabaret #D14465
Tints of Cabaret #D14465
RGB
CMYK
RGB Variations
Color information
#D14465 (or 0xD14465) is known color: Cabaret. HEX triplet: D1, 44 and 65. RGB value is (209,68,101). Sum of RGB (Red+Green+Blue) = 209+68+101=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D14465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14465 is #2EBB9A. Grayscale: #717171. Windows color (decimal): -3062683 or 6636753. OLE color: 6636753.
HSL color Cylindrical-coordinate representation of color #D14465: hue angle of 345.96º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14465 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 101 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.18 |
| HSL | 345.96º | 0.61% | 0.54% | - |
| HSV(B) | 345.96º | 0.67% | 0.82% | - |
| XYZ | 30.71 | 18.63 | 14.29 | - |
| YUV | 113.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 101 | 0 | 0.67 | 0.52 | 0.18 | 345.96 | 0.61 | 0.54 |
| Hex | D1 | 44 | 65 | 0 | 43 | 34 | 12 | 15A | 3D | 36 |
| Octal | 321 | 104 | 145 | 0 | 103 | 64 | 22 | 532 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1100101 | 0 | 1000011 | 110100 | 10010 | 101011010 | 111101 | 110110 |
Color Harmonies of #D14465
Complementary color
Monochromatic Colors of #D14465
Black with #D14465
Text Example
Text Example
White with #D14465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14465; }
p { color: rgb(209,68,101); }
H1.HeaderClassName
{
color: #D14465;
}
.AnyTagClassName
{
color: #D14465;
}
</style>
background-color css
<style>
a { background-color: #D14465; }
a { background-color: rgb(209,68,101); }
div.DivClassName
{
background-color: #D14465;
}
.BgClassName
{
background-color: #D14465;
}
</style>
border-color css
<style>
span { border-color: #D14465; }
span { border-color: rgb(209,68,101); }
td.TdClassName
{
border-color: #D14465;
}
.TagClassName
{
border-color: #D14465;
}
</style>