Shades of Cabaret #D14563
Tints of Cabaret #D14563
RGB
CMYK
RGB Variations
Color information
#D14563 (or 0xD14563) is known color: Cabaret. HEX triplet: D1, 45 and 63. RGB value is (209,69,99). Sum of RGB (Red+Green+Blue) = 209+69+99=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D14563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14563 is #2EBA9C. Grayscale: #727272. Windows color (decimal): -3062429 or 6505937. OLE color: 6505937.
HSL color Cylindrical-coordinate representation of color #D14563: hue angle of 347.14º 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 #D14563 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 99 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.18 |
| HSL | 347.14º | 0.6% | 0.55% | - |
| HSV(B) | 347.14º | 0.67% | 0.82% | - |
| XYZ | 30.67 | 18.71 | 13.8 | - |
| YUV | 114.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 99 | 0 | 0.67 | 0.53 | 0.18 | 347.14 | 0.6 | 0.55 |
| Hex | D1 | 45 | 63 | 0 | 43 | 35 | 12 | 15B | 3C | 37 |
| Octal | 321 | 105 | 143 | 0 | 103 | 65 | 22 | 533 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1100011 | 0 | 1000011 | 110101 | 10010 | 101011011 | 111100 | 110111 |
Color Harmonies of #D14563
Complementary color
Monochromatic Colors of #D14563
Black with #D14563
Text Example
Text Example
White with #D14563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14563; }
p { color: rgb(209,69,99); }
H1.HeaderClassName
{
color: #D14563;
}
.AnyTagClassName
{
color: #D14563;
}
</style>
background-color css
<style>
a { background-color: #D14563; }
a { background-color: rgb(209,69,99); }
div.DivClassName
{
background-color: #D14563;
}
.BgClassName
{
background-color: #D14563;
}
</style>
border-color css
<style>
span { border-color: #D14563; }
span { border-color: rgb(209,69,99); }
td.TdClassName
{
border-color: #D14563;
}
.TagClassName
{
border-color: #D14563;
}
</style>