Shades of Cabaret #D2466B
Tints of Cabaret #D2466B
RGB
CMYK
RGB Variations
Color information
#D2466B (or 0xD2466B) is known color: Cabaret. HEX triplet: D2, 46 and 6B. RGB value is (210,70,107). Sum of RGB (Red+Green+Blue) = 210+70+107=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2466B is #2DB994. Grayscale: #747474. Windows color (decimal): -2996629 or 7030482. OLE color: 7030482.
HSL color Cylindrical-coordinate representation of color #D2466B: hue angle of 344.14º 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 #D2466B is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 107 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.18 |
| HSL | 344.14º | 0.61% | 0.55% | - |
| HSV(B) | 344.14º | 0.67% | 0.82% | - |
| XYZ | 31.42 | 19.14 | 15.95 | - |
| YUV | 116.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 107 | 0 | 0.67 | 0.49 | 0.18 | 344.14 | 0.61 | 0.55 |
| Hex | D2 | 46 | 6B | 0 | 43 | 31 | 12 | 158 | 3D | 37 |
| Octal | 322 | 106 | 153 | 0 | 103 | 61 | 22 | 530 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1101011 | 0 | 1000011 | 110001 | 10010 | 101011000 | 111101 | 110111 |
Color Harmonies of #D2466B
Complementary color
Monochromatic Colors of #D2466B
Black with #D2466B
Text Example
Text Example
White with #D2466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2466B; }
p { color: rgb(210,70,107); }
H1.HeaderClassName
{
color: #D2466B;
}
.AnyTagClassName
{
color: #D2466B;
}
</style>
background-color css
<style>
a { background-color: #D2466B; }
a { background-color: rgb(210,70,107); }
div.DivClassName
{
background-color: #D2466B;
}
.BgClassName
{
background-color: #D2466B;
}
</style>
border-color css
<style>
span { border-color: #D2466B; }
span { border-color: rgb(210,70,107); }
td.TdClassName
{
border-color: #D2466B;
}
.TagClassName
{
border-color: #D2466B;
}
</style>