Shades of Cabaret #D14468
Tints of Cabaret #D14468
RGB
CMYK
RGB Variations
Color information
#D14468 (or 0xD14468) is known color: Cabaret. HEX triplet: D1, 44 and 68. RGB value is (209,68,104). Sum of RGB (Red+Green+Blue) = 209+68+104=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D14468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14468 is #2EBB97. Grayscale: #727272. Windows color (decimal): -3062680 or 6833361. OLE color: 6833361.
HSL color Cylindrical-coordinate representation of color #D14468: hue angle of 344.68º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14468 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 104 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.18 |
| HSL | 344.68º | 0.61% | 0.54% | - |
| HSV(B) | 344.68º | 0.67% | 0.82% | - |
| XYZ | 30.86 | 18.69 | 15.08 | - |
| YUV | 114.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 104 | 0 | 0.67 | 0.50 | 0.18 | 344.68 | 0.61 | 0.54 |
| Hex | D1 | 44 | 68 | 0 | 43 | 32 | 12 | 159 | 3D | 36 |
| Octal | 321 | 104 | 150 | 0 | 103 | 62 | 22 | 531 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1101000 | 0 | 1000011 | 110010 | 10010 | 101011001 | 111101 | 110110 |
Color Harmonies of #D14468
Complementary color
Monochromatic Colors of #D14468
Black with #D14468
Text Example
Text Example
White with #D14468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14468; }
p { color: rgb(209,68,104); }
H1.HeaderClassName
{
color: #D14468;
}
.AnyTagClassName
{
color: #D14468;
}
</style>
background-color css
<style>
a { background-color: #D14468; }
a { background-color: rgb(209,68,104); }
div.DivClassName
{
background-color: #D14468;
}
.BgClassName
{
background-color: #D14468;
}
</style>
border-color css
<style>
span { border-color: #D14468; }
span { border-color: rgb(209,68,104); }
td.TdClassName
{
border-color: #D14468;
}
.TagClassName
{
border-color: #D14468;
}
</style>