Shades of Cabaret #D0416D
Tints of Cabaret #D0416D
RGB
CMYK
RGB Variations
Color information
#D0416D (or 0xD0416D) is known color: Cabaret. HEX triplet: D0, 41 and 6D. RGB value is (208,65,109). Sum of RGB (Red+Green+Blue) = 208+65+109=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0416D is #2FBE92. Grayscale: #707070. Windows color (decimal): -3128979 or 7160272. OLE color: 7160272.
HSL color Cylindrical-coordinate representation of color #D0416D: hue angle of 341.54º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0416D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 109 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.18 |
| HSL | 341.54º | 0.6% | 0.54% | - |
| HSV(B) | 341.54º | 0.69% | 0.82% | - |
| XYZ | 30.66 | 18.29 | 16.38 | - |
| YUV | 112.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 109 | 0 | 0.69 | 0.48 | 0.18 | 341.54 | 0.6 | 0.54 |
| Hex | D0 | 41 | 6D | 0 | 45 | 30 | 12 | 156 | 3C | 36 |
| Octal | 320 | 101 | 155 | 0 | 105 | 60 | 22 | 526 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1101101 | 0 | 1000101 | 110000 | 10010 | 101010110 | 111100 | 110110 |
Color Harmonies of #D0416D
Complementary color
Monochromatic Colors of #D0416D
Black with #D0416D
Text Example
Text Example
White with #D0416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0416D; }
p { color: rgb(208,65,109); }
H1.HeaderClassName
{
color: #D0416D;
}
.AnyTagClassName
{
color: #D0416D;
}
</style>
background-color css
<style>
a { background-color: #D0416D; }
a { background-color: rgb(208,65,109); }
div.DivClassName
{
background-color: #D0416D;
}
.BgClassName
{
background-color: #D0416D;
}
</style>
border-color css
<style>
span { border-color: #D0416D; }
span { border-color: rgb(208,65,109); }
td.TdClassName
{
border-color: #D0416D;
}
.TagClassName
{
border-color: #D0416D;
}
</style>