Shades of Cabaret #D14866
Tints of Cabaret #D14866
RGB
CMYK
RGB Variations
Color information
#D14866 (or 0xD14866) is known color: Cabaret. HEX triplet: D1, 48 and 66. RGB value is (209,72,102). Sum of RGB (Red+Green+Blue) = 209+72+102=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D14866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14866 is #2EB799. Grayscale: #747474. Windows color (decimal): -3061658 or 6703313. OLE color: 6703313.
HSL color Cylindrical-coordinate representation of color #D14866: hue angle of 346.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14866 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 102 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.18 |
| HSL | 346.86º | 0.6% | 0.55% | - |
| HSV(B) | 346.86º | 0.66% | 0.82% | - |
| XYZ | 31.01 | 19.15 | 14.63 | - |
| YUV | 116.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 102 | 0 | 0.66 | 0.51 | 0.18 | 346.86 | 0.6 | 0.55 |
| Hex | D1 | 48 | 66 | 0 | 42 | 33 | 12 | 15B | 3C | 37 |
| Octal | 321 | 110 | 146 | 0 | 102 | 63 | 22 | 533 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1100110 | 0 | 1000010 | 110011 | 10010 | 101011011 | 111100 | 110111 |
Color Harmonies of #D14866
Complementary color
Monochromatic Colors of #D14866
Black with #D14866
Text Example
Text Example
White with #D14866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14866; }
p { color: rgb(209,72,102); }
H1.HeaderClassName
{
color: #D14866;
}
.AnyTagClassName
{
color: #D14866;
}
</style>
background-color css
<style>
a { background-color: #D14866; }
a { background-color: rgb(209,72,102); }
div.DivClassName
{
background-color: #D14866;
}
.BgClassName
{
background-color: #D14866;
}
</style>
border-color css
<style>
span { border-color: #D14866; }
span { border-color: rgb(209,72,102); }
td.TdClassName
{
border-color: #D14866;
}
.TagClassName
{
border-color: #D14866;
}
</style>