Shades of Cabaret #D14569
Tints of Cabaret #D14569
RGB
CMYK
RGB Variations
Color information
#D14569 (or 0xD14569) is known color: Cabaret. HEX triplet: D1, 45 and 69. RGB value is (209,69,105). Sum of RGB (Red+Green+Blue) = 209+69+105=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D14569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14569 is #2EBA96. Grayscale: #727272. Windows color (decimal): -3062423 or 6899153. OLE color: 6899153.
HSL color Cylindrical-coordinate representation of color #D14569: hue angle of 344.57º 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 #D14569 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 105 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.18 |
| HSL | 344.57º | 0.6% | 0.55% | - |
| HSV(B) | 344.57º | 0.67% | 0.82% | - |
| XYZ | 30.97 | 18.83 | 15.37 | - |
| YUV | 114.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 105 | 0 | 0.67 | 0.50 | 0.18 | 344.57 | 0.6 | 0.55 |
| Hex | D1 | 45 | 69 | 0 | 43 | 32 | 12 | 159 | 3C | 37 |
| Octal | 321 | 105 | 151 | 0 | 103 | 62 | 22 | 531 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1101001 | 0 | 1000011 | 110010 | 10010 | 101011001 | 111100 | 110111 |
Color Harmonies of #D14569
Complementary color
Monochromatic Colors of #D14569
Black with #D14569
Text Example
Text Example
White with #D14569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14569; }
p { color: rgb(209,69,105); }
H1.HeaderClassName
{
color: #D14569;
}
.AnyTagClassName
{
color: #D14569;
}
</style>
background-color css
<style>
a { background-color: #D14569; }
a { background-color: rgb(209,69,105); }
div.DivClassName
{
background-color: #D14569;
}
.BgClassName
{
background-color: #D14569;
}
</style>
border-color css
<style>
span { border-color: #D14569; }
span { border-color: rgb(209,69,105); }
td.TdClassName
{
border-color: #D14569;
}
.TagClassName
{
border-color: #D14569;
}
</style>