Shades of Cabaret #D84864
Tints of Cabaret #D84864
RGB
CMYK
RGB Variations
Color information
#D84864 (or 0xD84864) is known color: Cabaret. HEX triplet: D8, 48 and 64. RGB value is (216,72,100). Sum of RGB (Red+Green+Blue) = 216+72+100=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D84864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84864 is #27B79B. Grayscale: #767676. Windows color (decimal): -2602908 or 6572248. OLE color: 6572248.
HSL color Cylindrical-coordinate representation of color #D84864: hue angle of 348.33º 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 #D84864 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 100 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.15 |
| HSL | 348.33º | 0.65% | 0.56% | - |
| HSV(B) | 348.33º | 0.67% | 0.85% | - |
| XYZ | 32.94 | 20.15 | 14.21 | - |
| YUV | 118.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 100 | 0 | 0.67 | 0.54 | 0.15 | 348.33 | 0.65 | 0.56 |
| Hex | D8 | 48 | 64 | 0 | 43 | 36 | F | 15C | 41 | 38 |
| Octal | 330 | 110 | 144 | 0 | 103 | 66 | 17 | 534 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1100100 | 0 | 1000011 | 110110 | 1111 | 101011100 | 1000001 | 111000 |
Color Harmonies of #D84864
Complementary color
Monochromatic Colors of #D84864
Black with #D84864
Text Example
Text Example
White with #D84864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84864; }
p { color: rgb(216,72,100); }
H1.HeaderClassName
{
color: #D84864;
}
.AnyTagClassName
{
color: #D84864;
}
</style>
background-color css
<style>
a { background-color: #D84864; }
a { background-color: rgb(216,72,100); }
div.DivClassName
{
background-color: #D84864;
}
.BgClassName
{
background-color: #D84864;
}
</style>
border-color css
<style>
span { border-color: #D84864; }
span { border-color: rgb(216,72,100); }
td.TdClassName
{
border-color: #D84864;
}
.TagClassName
{
border-color: #D84864;
}
</style>