Shades of Cabaret #D65968
Tints of Cabaret #D65968
RGB
CMYK
RGB Variations
Color information
#D65968 (or 0xD65968) is known color: Cabaret. HEX triplet: D6, 59 and 68. RGB value is (214,89,104). Sum of RGB (Red+Green+Blue) = 214+89+104=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D65968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65968 is #29A697. Grayscale: #808080. Windows color (decimal): -2729624 or 6838742. OLE color: 6838742.
HSL color Cylindrical-coordinate representation of color #D65968: hue angle of 352.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65968 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 104 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.16 |
| HSL | 352.8º | 0.6% | 0.59% | - |
| HSV(B) | 352.8º | 0.58% | 0.84% | - |
| XYZ | 33.8 | 22.44 | 15.65 | - |
| YUV | 128.09 | 114.41 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 104 | 0 | 0.58 | 0.51 | 0.16 | 352.8 | 0.6 | 0.59 |
| Hex | D6 | 59 | 68 | 0 | 3A | 33 | 10 | 161 | 3C | 3B |
| Octal | 326 | 131 | 150 | 0 | 72 | 63 | 20 | 541 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1101000 | 0 | 111010 | 110011 | 10000 | 101100001 | 111100 | 111011 |
Color Harmonies of #D65968
Complementary color
Monochromatic Colors of #D65968
Black with #D65968
Text Example
Text Example
White with #D65968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65968; }
p { color: rgb(214,89,104); }
H1.HeaderClassName
{
color: #D65968;
}
.AnyTagClassName
{
color: #D65968;
}
</style>
background-color css
<style>
a { background-color: #D65968; }
a { background-color: rgb(214,89,104); }
div.DivClassName
{
background-color: #D65968;
}
.BgClassName
{
background-color: #D65968;
}
</style>
border-color css
<style>
span { border-color: #D65968; }
span { border-color: rgb(214,89,104); }
td.TdClassName
{
border-color: #D65968;
}
.TagClassName
{
border-color: #D65968;
}
</style>