Shades of Cabaret #D14565
Tints of Cabaret #D14565
RGB
CMYK
RGB Variations
Color information
#D14565 (or 0xD14565) is known color: Cabaret. HEX triplet: D1, 45 and 65. RGB value is (209,69,101). Sum of RGB (Red+Green+Blue) = 209+69+101=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D14565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14565 is #2EBA9A. Grayscale: #727272. Windows color (decimal): -3062427 or 6637009. OLE color: 6637009.
HSL color Cylindrical-coordinate representation of color #D14565: hue angle of 346.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14565 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 101 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.18 |
| HSL | 346.29º | 0.6% | 0.55% | - |
| HSV(B) | 346.29º | 0.67% | 0.82% | - |
| XYZ | 30.77 | 18.75 | 14.31 | - |
| YUV | 114.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 101 | 0 | 0.67 | 0.52 | 0.18 | 346.29 | 0.6 | 0.55 |
| Hex | D1 | 45 | 65 | 0 | 43 | 34 | 12 | 15A | 3C | 37 |
| Octal | 321 | 105 | 145 | 0 | 103 | 64 | 22 | 532 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1100101 | 0 | 1000011 | 110100 | 10010 | 101011010 | 111100 | 110111 |
Color Harmonies of #D14565
Complementary color
Monochromatic Colors of #D14565
Black with #D14565
Text Example
Text Example
White with #D14565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14565; }
p { color: rgb(209,69,101); }
H1.HeaderClassName
{
color: #D14565;
}
.AnyTagClassName
{
color: #D14565;
}
</style>
background-color css
<style>
a { background-color: #D14565; }
a { background-color: rgb(209,69,101); }
div.DivClassName
{
background-color: #D14565;
}
.BgClassName
{
background-color: #D14565;
}
</style>
border-color css
<style>
span { border-color: #D14565; }
span { border-color: rgb(209,69,101); }
td.TdClassName
{
border-color: #D14565;
}
.TagClassName
{
border-color: #D14565;
}
</style>