Shades of Cabaret #D1416C
Tints of Cabaret #D1416C
RGB
CMYK
RGB Variations
Color information
#D1416C (or 0xD1416C) is known color: Cabaret. HEX triplet: D1, 41 and 6C. RGB value is (209,65,108). Sum of RGB (Red+Green+Blue) = 209+65+108=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1416C is #2EBE93. Grayscale: #707070. Windows color (decimal): -3063444 or 7094737. OLE color: 7094737.
HSL color Cylindrical-coordinate representation of color #D1416C: hue angle of 342.08º 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 #D1416C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 108 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.18 |
| HSL | 342.08º | 0.61% | 0.54% | - |
| HSV(B) | 342.08º | 0.69% | 0.82% | - |
| XYZ | 30.89 | 18.42 | 16.11 | - |
| YUV | 112.96 | 125.21 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 108 | 0 | 0.69 | 0.48 | 0.18 | 342.08 | 0.61 | 0.54 |
| Hex | D1 | 41 | 6C | 0 | 45 | 30 | 12 | 156 | 3D | 36 |
| Octal | 321 | 101 | 154 | 0 | 105 | 60 | 22 | 526 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1101100 | 0 | 1000101 | 110000 | 10010 | 101010110 | 111101 | 110110 |
Color Harmonies of #D1416C
Complementary color
Monochromatic Colors of #D1416C
Black with #D1416C
Text Example
Text Example
White with #D1416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1416C; }
p { color: rgb(209,65,108); }
H1.HeaderClassName
{
color: #D1416C;
}
.AnyTagClassName
{
color: #D1416C;
}
</style>
background-color css
<style>
a { background-color: #D1416C; }
a { background-color: rgb(209,65,108); }
div.DivClassName
{
background-color: #D1416C;
}
.BgClassName
{
background-color: #D1416C;
}
</style>
border-color css
<style>
span { border-color: #D1416C; }
span { border-color: rgb(209,65,108); }
td.TdClassName
{
border-color: #D1416C;
}
.TagClassName
{
border-color: #D1416C;
}
</style>