Shades of Cabaret #D84868
Tints of Cabaret #D84868
RGB
CMYK
RGB Variations
Color information
#D84868 (or 0xD84868) is known color: Cabaret. HEX triplet: D8, 48 and 68. RGB value is (216,72,104). Sum of RGB (Red+Green+Blue) = 216+72+104=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D84868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84868 is #27B797. Grayscale: #767676. Windows color (decimal): -2602904 or 6834392. OLE color: 6834392.
HSL color Cylindrical-coordinate representation of color #D84868: hue angle of 346.67º 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 #D84868 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 104 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.15 |
| HSL | 346.67º | 0.65% | 0.56% | - |
| HSV(B) | 346.67º | 0.67% | 0.85% | - |
| XYZ | 33.13 | 20.23 | 15.26 | - |
| YUV | 118.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 104 | 0 | 0.67 | 0.52 | 0.15 | 346.67 | 0.65 | 0.56 |
| Hex | D8 | 48 | 68 | 0 | 43 | 34 | F | 15B | 41 | 38 |
| Octal | 330 | 110 | 150 | 0 | 103 | 64 | 17 | 533 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1101000 | 0 | 1000011 | 110100 | 1111 | 101011011 | 1000001 | 111000 |
Color Harmonies of #D84868
Complementary color
Monochromatic Colors of #D84868
Black with #D84868
Text Example
Text Example
White with #D84868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84868; }
p { color: rgb(216,72,104); }
H1.HeaderClassName
{
color: #D84868;
}
.AnyTagClassName
{
color: #D84868;
}
</style>
background-color css
<style>
a { background-color: #D84868; }
a { background-color: rgb(216,72,104); }
div.DivClassName
{
background-color: #D84868;
}
.BgClassName
{
background-color: #D84868;
}
</style>
border-color css
<style>
span { border-color: #D84868; }
span { border-color: rgb(216,72,104); }
td.TdClassName
{
border-color: #D84868;
}
.TagClassName
{
border-color: #D84868;
}
</style>