Shades of Cabaret #D1637A
Tints of Cabaret #D1637A
RGB
CMYK
RGB Variations
Color information
#D1637A (or 0xD1637A) is known color: Cabaret. HEX triplet: D1, 63 and 7A. RGB value is (209,99,122). Sum of RGB (Red+Green+Blue) = 209+99+122=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1637A is #2E9C85. Grayscale: #868686. Windows color (decimal): -3054726 or 8020945. OLE color: 8020945.
HSL color Cylindrical-coordinate representation of color #D1637A: hue angle of 347.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1637A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 122 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.18 |
| HSL | 347.45º | 0.54% | 0.6% | - |
| HSV(B) | 347.45º | 0.53% | 0.82% | - |
| XYZ | 34.27 | 23.88 | 21.22 | - |
| YUV | 134.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 122 | 0 | 0.53 | 0.42 | 0.18 | 347.45 | 0.54 | 0.6 |
| Hex | D1 | 63 | 7A | 0 | 35 | 2A | 12 | 15B | 36 | 3C |
| Octal | 321 | 143 | 172 | 0 | 65 | 52 | 22 | 533 | 66 | 74 |
| Binary | 11010001 | 1100011 | 1111010 | 0 | 110101 | 101010 | 10010 | 101011011 | 110110 | 111100 |
Color Harmonies of #D1637A
Complementary color
Monochromatic Colors of #D1637A
Black with #D1637A
Text Example
Text Example
White with #D1637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1637A; }
p { color: rgb(209,99,122); }
H1.HeaderClassName
{
color: #D1637A;
}
.AnyTagClassName
{
color: #D1637A;
}
</style>
background-color css
<style>
a { background-color: #D1637A; }
a { background-color: rgb(209,99,122); }
div.DivClassName
{
background-color: #D1637A;
}
.BgClassName
{
background-color: #D1637A;
}
</style>
border-color css
<style>
span { border-color: #D1637A; }
span { border-color: rgb(209,99,122); }
td.TdClassName
{
border-color: #D1637A;
}
.TagClassName
{
border-color: #D1637A;
}
</style>