Shades of Cabaret #D14662
Tints of Cabaret #D14662
RGB
CMYK
RGB Variations
Color information
#D14662 (or 0xD14662) is known color: Cabaret. HEX triplet: D1, 46 and 62. RGB value is (209,70,98). Sum of RGB (Red+Green+Blue) = 209+70+98=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D14662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14662 is #2EB99D. Grayscale: #727272. Windows color (decimal): -3062174 or 6440657. OLE color: 6440657.
HSL color Cylindrical-coordinate representation of color #D14662: hue angle of 347.91º 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 #D14662 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 98 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.18 |
| HSL | 347.91º | 0.6% | 0.55% | - |
| HSV(B) | 347.91º | 0.67% | 0.82% | - |
| XYZ | 30.69 | 18.82 | 13.57 | - |
| YUV | 114.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 98 | 0 | 0.67 | 0.53 | 0.18 | 347.91 | 0.6 | 0.55 |
| Hex | D1 | 46 | 62 | 0 | 43 | 35 | 12 | 15C | 3C | 37 |
| Octal | 321 | 106 | 142 | 0 | 103 | 65 | 22 | 534 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1100010 | 0 | 1000011 | 110101 | 10010 | 101011100 | 111100 | 110111 |
Color Harmonies of #D14662
Complementary color
Monochromatic Colors of #D14662
Black with #D14662
Text Example
Text Example
White with #D14662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14662; }
p { color: rgb(209,70,98); }
H1.HeaderClassName
{
color: #D14662;
}
.AnyTagClassName
{
color: #D14662;
}
</style>
background-color css
<style>
a { background-color: #D14662; }
a { background-color: rgb(209,70,98); }
div.DivClassName
{
background-color: #D14662;
}
.BgClassName
{
background-color: #D14662;
}
</style>
border-color css
<style>
span { border-color: #D14662; }
span { border-color: rgb(209,70,98); }
td.TdClassName
{
border-color: #D14662;
}
.TagClassName
{
border-color: #D14662;
}
</style>