Shades of Cabaret #D2466E
Tints of Cabaret #D2466E
RGB
CMYK
RGB Variations
Color information
#D2466E (or 0xD2466E) is known color: Cabaret. HEX triplet: D2, 46 and 6E. RGB value is (210,70,110). Sum of RGB (Red+Green+Blue) = 210+70+110=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2466E is #2DB991. Grayscale: #747474. Windows color (decimal): -2996626 or 7227090. OLE color: 7227090.
HSL color Cylindrical-coordinate representation of color #D2466E: hue angle of 342.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2466E is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 110 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.18 |
| HSL | 342.86º | 0.61% | 0.55% | - |
| HSV(B) | 342.86º | 0.67% | 0.82% | - |
| XYZ | 31.58 | 19.21 | 16.79 | - |
| YUV | 116.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 110 | 0 | 0.67 | 0.48 | 0.18 | 342.86 | 0.61 | 0.55 |
| Hex | D2 | 46 | 6E | 0 | 43 | 30 | 12 | 157 | 3D | 37 |
| Octal | 322 | 106 | 156 | 0 | 103 | 60 | 22 | 527 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1101110 | 0 | 1000011 | 110000 | 10010 | 101010111 | 111101 | 110111 |
Color Harmonies of #D2466E
Complementary color
Monochromatic Colors of #D2466E
Black with #D2466E
Text Example
Text Example
White with #D2466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2466E; }
p { color: rgb(210,70,110); }
H1.HeaderClassName
{
color: #D2466E;
}
.AnyTagClassName
{
color: #D2466E;
}
</style>
background-color css
<style>
a { background-color: #D2466E; }
a { background-color: rgb(210,70,110); }
div.DivClassName
{
background-color: #D2466E;
}
.BgClassName
{
background-color: #D2466E;
}
</style>
border-color css
<style>
span { border-color: #D2466E; }
span { border-color: rgb(210,70,110); }
td.TdClassName
{
border-color: #D2466E;
}
.TagClassName
{
border-color: #D2466E;
}
</style>