Shades of Cabaret #D14667
Tints of Cabaret #D14667
RGB
CMYK
RGB Variations
Color information
#D14667 (or 0xD14667) is known color: Cabaret. HEX triplet: D1, 46 and 67. RGB value is (209,70,103). Sum of RGB (Red+Green+Blue) = 209+70+103=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D14667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14667 is #2EB998. Grayscale: #737373. Windows color (decimal): -3062169 or 6768337. OLE color: 6768337.
HSL color Cylindrical-coordinate representation of color #D14667: hue angle of 345.76º 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 #D14667 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 103 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.18 |
| HSL | 345.76º | 0.6% | 0.55% | - |
| HSV(B) | 345.76º | 0.67% | 0.82% | - |
| XYZ | 30.93 | 18.91 | 14.85 | - |
| YUV | 115.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 103 | 0 | 0.67 | 0.51 | 0.18 | 345.76 | 0.6 | 0.55 |
| Hex | D1 | 46 | 67 | 0 | 43 | 33 | 12 | 15A | 3C | 37 |
| Octal | 321 | 106 | 147 | 0 | 103 | 63 | 22 | 532 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1100111 | 0 | 1000011 | 110011 | 10010 | 101011010 | 111100 | 110111 |
Color Harmonies of #D14667
Complementary color
Monochromatic Colors of #D14667
Black with #D14667
Text Example
Text Example
White with #D14667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14667; }
p { color: rgb(209,70,103); }
H1.HeaderClassName
{
color: #D14667;
}
.AnyTagClassName
{
color: #D14667;
}
</style>
background-color css
<style>
a { background-color: #D14667; }
a { background-color: rgb(209,70,103); }
div.DivClassName
{
background-color: #D14667;
}
.BgClassName
{
background-color: #D14667;
}
</style>
border-color css
<style>
span { border-color: #D14667; }
span { border-color: rgb(209,70,103); }
td.TdClassName
{
border-color: #D14667;
}
.TagClassName
{
border-color: #D14667;
}
</style>