Shades of Cabaret #D14068
Tints of Cabaret #D14068
RGB
CMYK
RGB Variations
Color information
#D14068 (or 0xD14068) is known color: Cabaret. HEX triplet: D1, 40 and 68. RGB value is (209,64,104). Sum of RGB (Red+Green+Blue) = 209+64+104=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D14068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14068 is #2EBF97. Grayscale: #6F6F6F. Windows color (decimal): -3063704 or 6832337. OLE color: 6832337.
HSL color Cylindrical-coordinate representation of color #D14068: hue angle of 343.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14068 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 104 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.18 |
| HSL | 343.45º | 0.61% | 0.54% | - |
| HSV(B) | 343.45º | 0.69% | 0.82% | - |
| XYZ | 30.63 | 18.22 | 15 | - |
| YUV | 111.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 104 | 0 | 0.69 | 0.50 | 0.18 | 343.45 | 0.61 | 0.54 |
| Hex | D1 | 40 | 68 | 0 | 45 | 32 | 12 | 157 | 3D | 36 |
| Octal | 321 | 100 | 150 | 0 | 105 | 62 | 22 | 527 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1101000 | 0 | 1000101 | 110010 | 10010 | 101010111 | 111101 | 110110 |
Color Harmonies of #D14068
Complementary color
Monochromatic Colors of #D14068
Black with #D14068
Text Example
Text Example
White with #D14068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14068; }
p { color: rgb(209,64,104); }
H1.HeaderClassName
{
color: #D14068;
}
.AnyTagClassName
{
color: #D14068;
}
</style>
background-color css
<style>
a { background-color: #D14068; }
a { background-color: rgb(209,64,104); }
div.DivClassName
{
background-color: #D14068;
}
.BgClassName
{
background-color: #D14068;
}
</style>
border-color css
<style>
span { border-color: #D14068; }
span { border-color: rgb(209,64,104); }
td.TdClassName
{
border-color: #D14068;
}
.TagClassName
{
border-color: #D14068;
}
</style>