Shades of Cabaret #D0406B
Tints of Cabaret #D0406B
RGB
CMYK
RGB Variations
Color information
#D0406B (or 0xD0406B) is known color: Cabaret. HEX triplet: D0, 40 and 6B. RGB value is (208,64,107). Sum of RGB (Red+Green+Blue) = 208+64+107=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0406B is #2FBF94. Grayscale: #6F6F6F. Windows color (decimal): -3129237 or 7028944. OLE color: 7028944.
HSL color Cylindrical-coordinate representation of color #D0406B: hue angle of 342.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0406B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 107 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.18 |
| HSL | 342.08º | 0.61% | 0.53% | - |
| HSV(B) | 342.08º | 0.69% | 0.82% | - |
| XYZ | 30.5 | 18.14 | 15.8 | - |
| YUV | 111.96 | 125.21 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 107 | 0 | 0.69 | 0.49 | 0.18 | 342.08 | 0.61 | 0.53 |
| Hex | D0 | 40 | 6B | 0 | 45 | 31 | 12 | 156 | 3D | 35 |
| Octal | 320 | 100 | 153 | 0 | 105 | 61 | 22 | 526 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1101011 | 0 | 1000101 | 110001 | 10010 | 101010110 | 111101 | 110101 |
Color Harmonies of #D0406B
Complementary color
Monochromatic Colors of #D0406B
Black with #D0406B
Text Example
Text Example
White with #D0406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0406B; }
p { color: rgb(208,64,107); }
H1.HeaderClassName
{
color: #D0406B;
}
.AnyTagClassName
{
color: #D0406B;
}
</style>
background-color css
<style>
a { background-color: #D0406B; }
a { background-color: rgb(208,64,107); }
div.DivClassName
{
background-color: #D0406B;
}
.BgClassName
{
background-color: #D0406B;
}
</style>
border-color css
<style>
span { border-color: #D0406B; }
span { border-color: rgb(208,64,107); }
td.TdClassName
{
border-color: #D0406B;
}
.TagClassName
{
border-color: #D0406B;
}
</style>