Shades of Cabaret #D2406B
Tints of Cabaret #D2406B
RGB
CMYK
RGB Variations
Color information
#D2406B (or 0xD2406B) is known color: Cabaret. HEX triplet: D2, 40 and 6B. RGB value is (210,64,107). Sum of RGB (Red+Green+Blue) = 210+64+107=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2406B is #2DBF94. Grayscale: #707070. Windows color (decimal): -2998165 or 7028946. OLE color: 7028946.
HSL color Cylindrical-coordinate representation of color #D2406B: hue angle of 342.33º 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 #D2406B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 107 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.18 |
| HSL | 342.33º | 0.62% | 0.54% | - |
| HSV(B) | 342.33º | 0.7% | 0.82% | - |
| XYZ | 31.07 | 18.43 | 15.83 | - |
| YUV | 112.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 107 | 0 | 0.70 | 0.49 | 0.18 | 342.33 | 0.62 | 0.54 |
| Hex | D2 | 40 | 6B | 0 | 46 | 31 | 12 | 156 | 3E | 36 |
| Octal | 322 | 100 | 153 | 0 | 106 | 61 | 22 | 526 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1101011 | 0 | 1000110 | 110001 | 10010 | 101010110 | 111110 | 110110 |
Color Harmonies of #D2406B
Complementary color
Monochromatic Colors of #D2406B
Black with #D2406B
Text Example
Text Example
White with #D2406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2406B; }
p { color: rgb(210,64,107); }
H1.HeaderClassName
{
color: #D2406B;
}
.AnyTagClassName
{
color: #D2406B;
}
</style>
background-color css
<style>
a { background-color: #D2406B; }
a { background-color: rgb(210,64,107); }
div.DivClassName
{
background-color: #D2406B;
}
.BgClassName
{
background-color: #D2406B;
}
</style>
border-color css
<style>
span { border-color: #D2406B; }
span { border-color: rgb(210,64,107); }
td.TdClassName
{
border-color: #D2406B;
}
.TagClassName
{
border-color: #D2406B;
}
</style>