Shades of Cabaret #D2606B
Tints of Cabaret #D2606B
RGB
CMYK
RGB Variations
Color information
#D2606B (or 0xD2606B) is known color: Cabaret. HEX triplet: D2, 60 and 6B. RGB value is (210,96,107). Sum of RGB (Red+Green+Blue) = 210+96+107=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2606B is #2D9F94. Grayscale: #838383. Windows color (decimal): -2989973 or 7037138. OLE color: 7037138.
HSL color Cylindrical-coordinate representation of color #D2606B: hue angle of 354.21º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2606B is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 107 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.18 |
| HSL | 354.21º | 0.56% | 0.6% | - |
| HSV(B) | 354.21º | 0.54% | 0.82% | - |
| XYZ | 33.42 | 23.13 | 16.61 | - |
| YUV | 131.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 107 | 0 | 0.54 | 0.49 | 0.18 | 354.21 | 0.56 | 0.6 |
| Hex | D2 | 60 | 6B | 0 | 36 | 31 | 12 | 162 | 38 | 3C |
| Octal | 322 | 140 | 153 | 0 | 66 | 61 | 22 | 542 | 70 | 74 |
| Binary | 11010010 | 1100000 | 1101011 | 0 | 110110 | 110001 | 10010 | 101100010 | 111000 | 111100 |
Color Harmonies of #D2606B
Complementary color
Monochromatic Colors of #D2606B
Black with #D2606B
Text Example
Text Example
White with #D2606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2606B; }
p { color: rgb(210,96,107); }
H1.HeaderClassName
{
color: #D2606B;
}
.AnyTagClassName
{
color: #D2606B;
}
</style>
background-color css
<style>
a { background-color: #D2606B; }
a { background-color: rgb(210,96,107); }
div.DivClassName
{
background-color: #D2606B;
}
.BgClassName
{
background-color: #D2606B;
}
</style>
border-color css
<style>
span { border-color: #D2606B; }
span { border-color: rgb(210,96,107); }
td.TdClassName
{
border-color: #D2606B;
}
.TagClassName
{
border-color: #D2606B;
}
</style>