Shades of Cabaret #D2406C
Tints of Cabaret #D2406C
RGB
CMYK
RGB Variations
Color information
#D2406C (or 0xD2406C) is known color: Cabaret. HEX triplet: D2, 40 and 6C. RGB value is (210,64,108). Sum of RGB (Red+Green+Blue) = 210+64+108=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2406C is #2DBF93. Grayscale: #707070. Windows color (decimal): -2998164 or 7094482. OLE color: 7094482.
HSL color Cylindrical-coordinate representation of color #D2406C: hue angle of 341.92º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2406C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 108 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.18 |
| HSL | 341.92º | 0.62% | 0.54% | - |
| HSV(B) | 341.92º | 0.7% | 0.82% | - |
| XYZ | 31.12 | 18.45 | 16.11 | - |
| YUV | 112.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 108 | 0 | 0.70 | 0.49 | 0.18 | 341.92 | 0.62 | 0.54 |
| Hex | D2 | 40 | 6C | 0 | 46 | 31 | 12 | 156 | 3E | 36 |
| Octal | 322 | 100 | 154 | 0 | 106 | 61 | 22 | 526 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1101100 | 0 | 1000110 | 110001 | 10010 | 101010110 | 111110 | 110110 |
Color Harmonies of #D2406C
Complementary color
Monochromatic Colors of #D2406C
Black with #D2406C
Text Example
Text Example
White with #D2406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2406C; }
p { color: rgb(210,64,108); }
H1.HeaderClassName
{
color: #D2406C;
}
.AnyTagClassName
{
color: #D2406C;
}
</style>
background-color css
<style>
a { background-color: #D2406C; }
a { background-color: rgb(210,64,108); }
div.DivClassName
{
background-color: #D2406C;
}
.BgClassName
{
background-color: #D2406C;
}
</style>
border-color css
<style>
span { border-color: #D2406C; }
span { border-color: rgb(210,64,108); }
td.TdClassName
{
border-color: #D2406C;
}
.TagClassName
{
border-color: #D2406C;
}
</style>