Shades of Cabaret #D1446E
Tints of Cabaret #D1446E
RGB
CMYK
RGB Variations
Color information
#D1446E (or 0xD1446E) is known color: Cabaret. HEX triplet: D1, 44 and 6E. RGB value is (209,68,110). Sum of RGB (Red+Green+Blue) = 209+68+110=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1446E is #2EBB91. Grayscale: #727272. Windows color (decimal): -3062674 or 7226577. OLE color: 7226577.
HSL color Cylindrical-coordinate representation of color #D1446E: hue angle of 342.13º 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 #D1446E is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 110 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.18 |
| HSL | 342.13º | 0.61% | 0.54% | - |
| HSV(B) | 342.13º | 0.67% | 0.82% | - |
| XYZ | 31.18 | 18.82 | 16.74 | - |
| YUV | 114.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 110 | 0 | 0.67 | 0.47 | 0.18 | 342.13 | 0.61 | 0.54 |
| Hex | D1 | 44 | 6E | 0 | 43 | 2F | 12 | 156 | 3D | 36 |
| Octal | 321 | 104 | 156 | 0 | 103 | 57 | 22 | 526 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1101110 | 0 | 1000011 | 101111 | 10010 | 101010110 | 111101 | 110110 |
Color Harmonies of #D1446E
Complementary color
Monochromatic Colors of #D1446E
Black with #D1446E
Text Example
Text Example
White with #D1446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1446E; }
p { color: rgb(209,68,110); }
H1.HeaderClassName
{
color: #D1446E;
}
.AnyTagClassName
{
color: #D1446E;
}
</style>
background-color css
<style>
a { background-color: #D1446E; }
a { background-color: rgb(209,68,110); }
div.DivClassName
{
background-color: #D1446E;
}
.BgClassName
{
background-color: #D1446E;
}
</style>
border-color css
<style>
span { border-color: #D1446E; }
span { border-color: rgb(209,68,110); }
td.TdClassName
{
border-color: #D1446E;
}
.TagClassName
{
border-color: #D1446E;
}
</style>