Shades of Cabaret #D84767
Tints of Cabaret #D84767
RGB
CMYK
RGB Variations
Color information
#D84767 (or 0xD84767) is known color: Cabaret. HEX triplet: D8, 47 and 67. RGB value is (216,71,103). Sum of RGB (Red+Green+Blue) = 216+71+103=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D84767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84767 is #27B898. Grayscale: #767676. Windows color (decimal): -2603161 or 6768600. OLE color: 6768600.
HSL color Cylindrical-coordinate representation of color #D84767: hue angle of 346.76º 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 #D84767 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 103 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.15 |
| HSL | 346.76º | 0.65% | 0.56% | - |
| HSV(B) | 346.76º | 0.67% | 0.85% | - |
| XYZ | 33.02 | 20.08 | 14.97 | - |
| YUV | 118 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 103 | 0 | 0.67 | 0.52 | 0.15 | 346.76 | 0.65 | 0.56 |
| Hex | D8 | 47 | 67 | 0 | 43 | 34 | F | 15B | 41 | 38 |
| Octal | 330 | 107 | 147 | 0 | 103 | 64 | 17 | 533 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1100111 | 0 | 1000011 | 110100 | 1111 | 101011011 | 1000001 | 111000 |
Color Harmonies of #D84767
Complementary color
Monochromatic Colors of #D84767
Black with #D84767
Text Example
Text Example
White with #D84767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84767; }
p { color: rgb(216,71,103); }
H1.HeaderClassName
{
color: #D84767;
}
.AnyTagClassName
{
color: #D84767;
}
</style>
background-color css
<style>
a { background-color: #D84767; }
a { background-color: rgb(216,71,103); }
div.DivClassName
{
background-color: #D84767;
}
.BgClassName
{
background-color: #D84767;
}
</style>
border-color css
<style>
span { border-color: #D84767; }
span { border-color: rgb(216,71,103); }
td.TdClassName
{
border-color: #D84767;
}
.TagClassName
{
border-color: #D84767;
}
</style>