Shades of Cabaret #D0416F
Tints of Cabaret #D0416F
RGB
CMYK
RGB Variations
Color information
#D0416F (or 0xD0416F) is known color: Cabaret. HEX triplet: D0, 41 and 6F. RGB value is (208,65,111). Sum of RGB (Red+Green+Blue) = 208+65+111=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0416F is #2FBE90. Grayscale: #707070. Windows color (decimal): -3128977 or 7291344. OLE color: 7291344.
HSL color Cylindrical-coordinate representation of color #D0416F: hue angle of 340.7º 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 #D0416F is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 111 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.18 |
| HSL | 340.7º | 0.6% | 0.54% | - |
| HSV(B) | 340.7º | 0.69% | 0.82% | - |
| XYZ | 30.77 | 18.34 | 16.96 | - |
| YUV | 113 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 111 | 0 | 0.69 | 0.47 | 0.18 | 340.7 | 0.6 | 0.54 |
| Hex | D0 | 41 | 6F | 0 | 45 | 2F | 12 | 155 | 3C | 36 |
| Octal | 320 | 101 | 157 | 0 | 105 | 57 | 22 | 525 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1101111 | 0 | 1000101 | 101111 | 10010 | 101010101 | 111100 | 110110 |
Color Harmonies of #D0416F
Complementary color
Monochromatic Colors of #D0416F
Black with #D0416F
Text Example
Text Example
White with #D0416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0416F; }
p { color: rgb(208,65,111); }
H1.HeaderClassName
{
color: #D0416F;
}
.AnyTagClassName
{
color: #D0416F;
}
</style>
background-color css
<style>
a { background-color: #D0416F; }
a { background-color: rgb(208,65,111); }
div.DivClassName
{
background-color: #D0416F;
}
.BgClassName
{
background-color: #D0416F;
}
</style>
border-color css
<style>
span { border-color: #D0416F; }
span { border-color: rgb(208,65,111); }
td.TdClassName
{
border-color: #D0416F;
}
.TagClassName
{
border-color: #D0416F;
}
</style>