Shades of Cabaret #D0406C
Tints of Cabaret #D0406C
RGB
CMYK
RGB Variations
Color information
#D0406C (or 0xD0406C) is known color: Cabaret. HEX triplet: D0, 40 and 6C. RGB value is (208,64,108). Sum of RGB (Red+Green+Blue) = 208+64+108=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0406C is #2FBF93. Grayscale: #707070. Windows color (decimal): -3129236 or 7094480. OLE color: 7094480.
HSL color Cylindrical-coordinate representation of color #D0406C: hue angle of 341.67º 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 #D0406C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 108 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.18 |
| HSL | 341.67º | 0.61% | 0.53% | - |
| HSV(B) | 341.67º | 0.69% | 0.82% | - |
| XYZ | 30.55 | 18.16 | 16.08 | - |
| YUV | 112.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 108 | 0 | 0.69 | 0.48 | 0.18 | 341.67 | 0.61 | 0.53 |
| Hex | D0 | 40 | 6C | 0 | 45 | 30 | 12 | 156 | 3D | 35 |
| Octal | 320 | 100 | 154 | 0 | 105 | 60 | 22 | 526 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1101100 | 0 | 1000101 | 110000 | 10010 | 101010110 | 111101 | 110101 |
Color Harmonies of #D0406C
Complementary color
Monochromatic Colors of #D0406C
Black with #D0406C
Text Example
Text Example
White with #D0406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0406C; }
p { color: rgb(208,64,108); }
H1.HeaderClassName
{
color: #D0406C;
}
.AnyTagClassName
{
color: #D0406C;
}
</style>
background-color css
<style>
a { background-color: #D0406C; }
a { background-color: rgb(208,64,108); }
div.DivClassName
{
background-color: #D0406C;
}
.BgClassName
{
background-color: #D0406C;
}
</style>
border-color css
<style>
span { border-color: #D0406C; }
span { border-color: rgb(208,64,108); }
td.TdClassName
{
border-color: #D0406C;
}
.TagClassName
{
border-color: #D0406C;
}
</style>