Shades of Cabaret #DA486A
Tints of Cabaret #DA486A
RGB
CMYK
RGB Variations
Color information
#DA486A (or 0xDA486A) is known color: Cabaret. HEX triplet: DA, 48 and 6A. RGB value is (218,72,106). Sum of RGB (Red+Green+Blue) = 218+72+106=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA486A is #25B795. Grayscale: #777777. Windows color (decimal): -2471830 or 6965466. OLE color: 6965466.
HSL color Cylindrical-coordinate representation of color #DA486A: hue angle of 346.03º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA486A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 106 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.15 |
| HSL | 346.03º | 0.66% | 0.57% | - |
| HSV(B) | 346.03º | 0.67% | 0.85% | - |
| XYZ | 33.83 | 20.58 | 15.82 | - |
| YUV | 119.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 106 | 0 | 0.67 | 0.51 | 0.15 | 346.03 | 0.66 | 0.57 |
| Hex | DA | 48 | 6A | 0 | 43 | 33 | F | 15A | 42 | 39 |
| Octal | 332 | 110 | 152 | 0 | 103 | 63 | 17 | 532 | 102 | 71 |
| Binary | 11011010 | 1001000 | 1101010 | 0 | 1000011 | 110011 | 1111 | 101011010 | 1000010 | 111001 |
Color Harmonies of #DA486A
Complementary color
Monochromatic Colors of #DA486A
Black with #DA486A
Text Example
Text Example
White with #DA486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA486A; }
p { color: rgb(218,72,106); }
H1.HeaderClassName
{
color: #DA486A;
}
.AnyTagClassName
{
color: #DA486A;
}
</style>
background-color css
<style>
a { background-color: #DA486A; }
a { background-color: rgb(218,72,106); }
div.DivClassName
{
background-color: #DA486A;
}
.BgClassName
{
background-color: #DA486A;
}
</style>
border-color css
<style>
span { border-color: #DA486A; }
span { border-color: rgb(218,72,106); }
td.TdClassName
{
border-color: #DA486A;
}
.TagClassName
{
border-color: #DA486A;
}
</style>