Shades of Cabaret #D84769
Tints of Cabaret #D84769
RGB
CMYK
RGB Variations
Color information
#D84769 (or 0xD84769) is known color: Cabaret. HEX triplet: D8, 47 and 69. RGB value is (216,71,105). Sum of RGB (Red+Green+Blue) = 216+71+105=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D84769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84769 is #27B896. Grayscale: #767676. Windows color (decimal): -2603159 or 6899672. OLE color: 6899672.
HSL color Cylindrical-coordinate representation of color #D84769: hue angle of 345.93º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84769 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 105 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.15 |
| HSL | 345.93º | 0.65% | 0.56% | - |
| HSV(B) | 345.93º | 0.67% | 0.85% | - |
| XYZ | 33.12 | 20.13 | 15.5 | - |
| YUV | 118.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 105 | 0 | 0.67 | 0.51 | 0.15 | 345.93 | 0.65 | 0.56 |
| Hex | D8 | 47 | 69 | 0 | 43 | 33 | F | 15A | 41 | 38 |
| Octal | 330 | 107 | 151 | 0 | 103 | 63 | 17 | 532 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1101001 | 0 | 1000011 | 110011 | 1111 | 101011010 | 1000001 | 111000 |
Color Harmonies of #D84769
Complementary color
Monochromatic Colors of #D84769
Black with #D84769
Text Example
Text Example
White with #D84769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84769; }
p { color: rgb(216,71,105); }
H1.HeaderClassName
{
color: #D84769;
}
.AnyTagClassName
{
color: #D84769;
}
</style>
background-color css
<style>
a { background-color: #D84769; }
a { background-color: rgb(216,71,105); }
div.DivClassName
{
background-color: #D84769;
}
.BgClassName
{
background-color: #D84769;
}
</style>
border-color css
<style>
span { border-color: #D84769; }
span { border-color: rgb(216,71,105); }
td.TdClassName
{
border-color: #D84769;
}
.TagClassName
{
border-color: #D84769;
}
</style>