Shades of Cabaret #D84465
Tints of Cabaret #D84465
RGB
CMYK
RGB Variations
Color information
#D84465 (or 0xD84465) is known color: Cabaret. HEX triplet: D8, 44 and 65. RGB value is (216,68,101). Sum of RGB (Red+Green+Blue) = 216+68+101=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D84465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84465 is #27BB9A. Grayscale: #747474. Windows color (decimal): -2603931 or 6636760. OLE color: 6636760.
HSL color Cylindrical-coordinate representation of color #D84465: hue angle of 346.62º 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 #D84465 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 101 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.15 |
| HSL | 346.62º | 0.65% | 0.56% | - |
| HSV(B) | 346.62º | 0.69% | 0.85% | - |
| XYZ | 32.73 | 19.67 | 14.38 | - |
| YUV | 116.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 101 | 0 | 0.69 | 0.53 | 0.15 | 346.62 | 0.65 | 0.56 |
| Hex | D8 | 44 | 65 | 0 | 45 | 35 | F | 15B | 41 | 38 |
| Octal | 330 | 104 | 145 | 0 | 105 | 65 | 17 | 533 | 101 | 70 |
| Binary | 11011000 | 1000100 | 1100101 | 0 | 1000101 | 110101 | 1111 | 101011011 | 1000001 | 111000 |
Color Harmonies of #D84465
Complementary color
Monochromatic Colors of #D84465
Black with #D84465
Text Example
Text Example
White with #D84465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84465; }
p { color: rgb(216,68,101); }
H1.HeaderClassName
{
color: #D84465;
}
.AnyTagClassName
{
color: #D84465;
}
</style>
background-color css
<style>
a { background-color: #D84465; }
a { background-color: rgb(216,68,101); }
div.DivClassName
{
background-color: #D84465;
}
.BgClassName
{
background-color: #D84465;
}
</style>
border-color css
<style>
span { border-color: #D84465; }
span { border-color: rgb(216,68,101); }
td.TdClassName
{
border-color: #D84465;
}
.TagClassName
{
border-color: #D84465;
}
</style>