Shades of Cabaret #D84469
Tints of Cabaret #D84469
RGB
CMYK
RGB Variations
Color information
#D84469 (or 0xD84469) is known color: Cabaret. HEX triplet: D8, 44 and 69. RGB value is (216,68,105). Sum of RGB (Red+Green+Blue) = 216+68+105=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D84469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84469 is #27BB96. Grayscale: #747474. Windows color (decimal): -2603927 or 6898904. OLE color: 6898904.
HSL color Cylindrical-coordinate representation of color #D84469: hue angle of 345º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84469 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 105 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.15 |
| HSL | 345º | 0.65% | 0.56% | - |
| HSV(B) | 345º | 0.69% | 0.85% | - |
| XYZ | 32.94 | 19.75 | 15.44 | - |
| YUV | 116.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 105 | 0 | 0.69 | 0.51 | 0.15 | 345 | 0.65 | 0.56 |
| Hex | D8 | 44 | 69 | 0 | 45 | 33 | F | 159 | 41 | 38 |
| Octal | 330 | 104 | 151 | 0 | 105 | 63 | 17 | 531 | 101 | 70 |
| Binary | 11011000 | 1000100 | 1101001 | 0 | 1000101 | 110011 | 1111 | 101011001 | 1000001 | 111000 |
Color Harmonies of #D84469
Complementary color
Monochromatic Colors of #D84469
Black with #D84469
Text Example
Text Example
White with #D84469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84469; }
p { color: rgb(216,68,105); }
H1.HeaderClassName
{
color: #D84469;
}
.AnyTagClassName
{
color: #D84469;
}
</style>
background-color css
<style>
a { background-color: #D84469; }
a { background-color: rgb(216,68,105); }
div.DivClassName
{
background-color: #D84469;
}
.BgClassName
{
background-color: #D84469;
}
</style>
border-color css
<style>
span { border-color: #D84469; }
span { border-color: rgb(216,68,105); }
td.TdClassName
{
border-color: #D84469;
}
.TagClassName
{
border-color: #D84469;
}
</style>