Shades of Cabaret #D84669
Tints of Cabaret #D84669
RGB
CMYK
RGB Variations
Color information
#D84669 (or 0xD84669) is known color: Cabaret. HEX triplet: D8, 46 and 69. RGB value is (216,70,105). Sum of RGB (Red+Green+Blue) = 216+70+105=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D84669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84669 is #27B996. Grayscale: #757575. Windows color (decimal): -2603415 or 6899416. OLE color: 6899416.
HSL color Cylindrical-coordinate representation of color #D84669: hue angle of 345.62º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84669 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 105 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.15 |
| HSL | 345.62º | 0.65% | 0.56% | - |
| HSV(B) | 345.62º | 0.68% | 0.85% | - |
| XYZ | 33.06 | 20 | 15.48 | - |
| YUV | 117.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 105 | 0 | 0.68 | 0.51 | 0.15 | 345.62 | 0.65 | 0.56 |
| Hex | D8 | 46 | 69 | 0 | 44 | 33 | F | 15A | 41 | 38 |
| Octal | 330 | 106 | 151 | 0 | 104 | 63 | 17 | 532 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1101001 | 0 | 1000100 | 110011 | 1111 | 101011010 | 1000001 | 111000 |
Color Harmonies of #D84669
Complementary color
Monochromatic Colors of #D84669
Black with #D84669
Text Example
Text Example
White with #D84669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84669; }
p { color: rgb(216,70,105); }
H1.HeaderClassName
{
color: #D84669;
}
.AnyTagClassName
{
color: #D84669;
}
</style>
background-color css
<style>
a { background-color: #D84669; }
a { background-color: rgb(216,70,105); }
div.DivClassName
{
background-color: #D84669;
}
.BgClassName
{
background-color: #D84669;
}
</style>
border-color css
<style>
span { border-color: #D84669; }
span { border-color: rgb(216,70,105); }
td.TdClassName
{
border-color: #D84669;
}
.TagClassName
{
border-color: #D84669;
}
</style>