Shades of Cabaret #D04170
Tints of Cabaret #D04170
RGB
CMYK
RGB Variations
Color information
#D04170 (or 0xD04170) is known color: Cabaret. HEX triplet: D0, 41 and 70. RGB value is (208,65,112). Sum of RGB (Red+Green+Blue) = 208+65+112=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D04170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04170 is #2FBE8F. Grayscale: #717171. Windows color (decimal): -3128976 or 7356880. OLE color: 7356880.
HSL color Cylindrical-coordinate representation of color #D04170: hue angle of 340.28º 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 #D04170 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 112 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.18 |
| HSL | 340.28º | 0.6% | 0.54% | - |
| HSV(B) | 340.28º | 0.69% | 0.82% | - |
| XYZ | 30.83 | 18.36 | 17.25 | - |
| YUV | 113.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 112 | 0 | 0.69 | 0.46 | 0.18 | 340.28 | 0.6 | 0.54 |
| Hex | D0 | 41 | 70 | 0 | 45 | 2E | 12 | 154 | 3C | 36 |
| Octal | 320 | 101 | 160 | 0 | 105 | 56 | 22 | 524 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1110000 | 0 | 1000101 | 101110 | 10010 | 101010100 | 111100 | 110110 |
Color Harmonies of #D04170
Complementary color
Monochromatic Colors of #D04170
Black with #D04170
Text Example
Text Example
White with #D04170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04170; }
p { color: rgb(208,65,112); }
H1.HeaderClassName
{
color: #D04170;
}
.AnyTagClassName
{
color: #D04170;
}
</style>
background-color css
<style>
a { background-color: #D04170; }
a { background-color: rgb(208,65,112); }
div.DivClassName
{
background-color: #D04170;
}
.BgClassName
{
background-color: #D04170;
}
</style>
border-color css
<style>
span { border-color: #D04170; }
span { border-color: rgb(208,65,112); }
td.TdClassName
{
border-color: #D04170;
}
.TagClassName
{
border-color: #D04170;
}
</style>