Shades of Cabaret #D14567
Tints of Cabaret #D14567
RGB
CMYK
RGB Variations
Color information
#D14567 (or 0xD14567) is known color: Cabaret. HEX triplet: D1, 45 and 67. RGB value is (209,69,103). Sum of RGB (Red+Green+Blue) = 209+69+103=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D14567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14567 is #2EBA98. Grayscale: #727272. Windows color (decimal): -3062425 or 6768081. OLE color: 6768081.
HSL color Cylindrical-coordinate representation of color #D14567: hue angle of 345.43º 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 #D14567 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 103 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.18 |
| HSL | 345.43º | 0.6% | 0.55% | - |
| HSV(B) | 345.43º | 0.67% | 0.82% | - |
| XYZ | 30.87 | 18.79 | 14.83 | - |
| YUV | 114.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 103 | 0 | 0.67 | 0.51 | 0.18 | 345.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | 67 | 0 | 43 | 33 | 12 | 159 | 3C | 37 |
| Octal | 321 | 105 | 147 | 0 | 103 | 63 | 22 | 531 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1100111 | 0 | 1000011 | 110011 | 10010 | 101011001 | 111100 | 110111 |
Color Harmonies of #D14567
Complementary color
Monochromatic Colors of #D14567
Black with #D14567
Text Example
Text Example
White with #D14567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14567; }
p { color: rgb(209,69,103); }
H1.HeaderClassName
{
color: #D14567;
}
.AnyTagClassName
{
color: #D14567;
}
</style>
background-color css
<style>
a { background-color: #D14567; }
a { background-color: rgb(209,69,103); }
div.DivClassName
{
background-color: #D14567;
}
.BgClassName
{
background-color: #D14567;
}
</style>
border-color css
<style>
span { border-color: #D14567; }
span { border-color: rgb(209,69,103); }
td.TdClassName
{
border-color: #D14567;
}
.TagClassName
{
border-color: #D14567;
}
</style>