Shades of Cabaret #D14868
Tints of Cabaret #D14868
RGB
CMYK
RGB Variations
Color information
#D14868 (or 0xD14868) is known color: Cabaret. HEX triplet: D1, 48 and 68. RGB value is (209,72,104). Sum of RGB (Red+Green+Blue) = 209+72+104=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D14868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14868 is #2EB797. Grayscale: #747474. Windows color (decimal): -3061656 or 6834385. OLE color: 6834385.
HSL color Cylindrical-coordinate representation of color #D14868: hue angle of 345.99º 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 #D14868 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 104 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.18 |
| HSL | 345.99º | 0.6% | 0.55% | - |
| HSV(B) | 345.99º | 0.66% | 0.82% | - |
| XYZ | 31.11 | 19.19 | 15.16 | - |
| YUV | 116.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 104 | 0 | 0.66 | 0.50 | 0.18 | 345.99 | 0.6 | 0.55 |
| Hex | D1 | 48 | 68 | 0 | 42 | 32 | 12 | 15A | 3C | 37 |
| Octal | 321 | 110 | 150 | 0 | 102 | 62 | 22 | 532 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1101000 | 0 | 1000010 | 110010 | 10010 | 101011010 | 111100 | 110111 |
Color Harmonies of #D14868
Complementary color
Monochromatic Colors of #D14868
Black with #D14868
Text Example
Text Example
White with #D14868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14868; }
p { color: rgb(209,72,104); }
H1.HeaderClassName
{
color: #D14868;
}
.AnyTagClassName
{
color: #D14868;
}
</style>
background-color css
<style>
a { background-color: #D14868; }
a { background-color: rgb(209,72,104); }
div.DivClassName
{
background-color: #D14868;
}
.BgClassName
{
background-color: #D14868;
}
</style>
border-color css
<style>
span { border-color: #D14868; }
span { border-color: rgb(209,72,104); }
td.TdClassName
{
border-color: #D14868;
}
.TagClassName
{
border-color: #D14868;
}
</style>