Shades of Cabaret #D1426D
Tints of Cabaret #D1426D
RGB
CMYK
RGB Variations
Color information
#D1426D (or 0xD1426D) is known color: Cabaret. HEX triplet: D1, 42 and 6D. RGB value is (209,66,109). Sum of RGB (Red+Green+Blue) = 209+66+109=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1426D is #2EBD92. Grayscale: #717171. Windows color (decimal): -3063187 or 7160529. OLE color: 7160529.
HSL color Cylindrical-coordinate representation of color #D1426D: hue angle of 341.96º 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 #D1426D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 109 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.18 |
| HSL | 341.96º | 0.61% | 0.54% | - |
| HSV(B) | 341.96º | 0.68% | 0.82% | - |
| XYZ | 31 | 18.56 | 16.42 | - |
| YUV | 113.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 109 | 0 | 0.68 | 0.48 | 0.18 | 341.96 | 0.61 | 0.54 |
| Hex | D1 | 42 | 6D | 0 | 44 | 30 | 12 | 156 | 3D | 36 |
| Octal | 321 | 102 | 155 | 0 | 104 | 60 | 22 | 526 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1101101 | 0 | 1000100 | 110000 | 10010 | 101010110 | 111101 | 110110 |
Color Harmonies of #D1426D
Complementary color
Monochromatic Colors of #D1426D
Black with #D1426D
Text Example
Text Example
White with #D1426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1426D; }
p { color: rgb(209,66,109); }
H1.HeaderClassName
{
color: #D1426D;
}
.AnyTagClassName
{
color: #D1426D;
}
</style>
background-color css
<style>
a { background-color: #D1426D; }
a { background-color: rgb(209,66,109); }
div.DivClassName
{
background-color: #D1426D;
}
.BgClassName
{
background-color: #D1426D;
}
</style>
border-color css
<style>
span { border-color: #D1426D; }
span { border-color: rgb(209,66,109); }
td.TdClassName
{
border-color: #D1426D;
}
.TagClassName
{
border-color: #D1426D;
}
</style>