Shades of Cabaret #D14268
Tints of Cabaret #D14268
RGB
CMYK
RGB Variations
Color information
#D14268 (or 0xD14268) is known color: Cabaret. HEX triplet: D1, 42 and 68. RGB value is (209,66,104). Sum of RGB (Red+Green+Blue) = 209+66+104=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D14268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14268 is #2EBD97. Grayscale: #717171. Windows color (decimal): -3063192 or 6832849. OLE color: 6832849.
HSL color Cylindrical-coordinate representation of color #D14268: hue angle of 344.06º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14268 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 104 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.18 |
| HSL | 344.06º | 0.61% | 0.54% | - |
| HSV(B) | 344.06º | 0.68% | 0.82% | - |
| XYZ | 30.74 | 18.45 | 15.04 | - |
| YUV | 113.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 104 | 0 | 0.68 | 0.50 | 0.18 | 344.06 | 0.61 | 0.54 |
| Hex | D1 | 42 | 68 | 0 | 44 | 32 | 12 | 158 | 3D | 36 |
| Octal | 321 | 102 | 150 | 0 | 104 | 62 | 22 | 530 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1101000 | 0 | 1000100 | 110010 | 10010 | 101011000 | 111101 | 110110 |
Color Harmonies of #D14268
Complementary color
Monochromatic Colors of #D14268
Black with #D14268
Text Example
Text Example
White with #D14268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14268; }
p { color: rgb(209,66,104); }
H1.HeaderClassName
{
color: #D14268;
}
.AnyTagClassName
{
color: #D14268;
}
</style>
background-color css
<style>
a { background-color: #D14268; }
a { background-color: rgb(209,66,104); }
div.DivClassName
{
background-color: #D14268;
}
.BgClassName
{
background-color: #D14268;
}
</style>
border-color css
<style>
span { border-color: #D14268; }
span { border-color: rgb(209,66,104); }
td.TdClassName
{
border-color: #D14268;
}
.TagClassName
{
border-color: #D14268;
}
</style>