Shades of Cabaret #D84369
Tints of Cabaret #D84369
RGB
CMYK
RGB Variations
Color information
#D84369 (or 0xD84369) is known color: Cabaret. HEX triplet: D8, 43 and 69. RGB value is (216,67,105). Sum of RGB (Red+Green+Blue) = 216+67+105=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D84369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84369 is #27BC96. Grayscale: #737373. Windows color (decimal): -2604183 or 6898648. OLE color: 6898648.
HSL color Cylindrical-coordinate representation of color #D84369: hue angle of 344.7º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84369 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 105 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.15 |
| HSL | 344.7º | 0.66% | 0.55% | - |
| HSV(B) | 344.7º | 0.69% | 0.85% | - |
| XYZ | 32.88 | 19.63 | 15.42 | - |
| YUV | 115.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 105 | 0 | 0.69 | 0.51 | 0.15 | 344.7 | 0.66 | 0.55 |
| Hex | D8 | 43 | 69 | 0 | 45 | 33 | F | 159 | 42 | 37 |
| Octal | 330 | 103 | 151 | 0 | 105 | 63 | 17 | 531 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1101001 | 0 | 1000101 | 110011 | 1111 | 101011001 | 1000010 | 110111 |
Color Harmonies of #D84369
Complementary color
Monochromatic Colors of #D84369
Black with #D84369
Text Example
Text Example
White with #D84369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84369; }
p { color: rgb(216,67,105); }
H1.HeaderClassName
{
color: #D84369;
}
.AnyTagClassName
{
color: #D84369;
}
</style>
background-color css
<style>
a { background-color: #D84369; }
a { background-color: rgb(216,67,105); }
div.DivClassName
{
background-color: #D84369;
}
.BgClassName
{
background-color: #D84369;
}
</style>
border-color css
<style>
span { border-color: #D84369; }
span { border-color: rgb(216,67,105); }
td.TdClassName
{
border-color: #D84369;
}
.TagClassName
{
border-color: #D84369;
}
</style>