Shades of Cabaret #D65868
Tints of Cabaret #D65868
RGB
CMYK
RGB Variations
Color information
#D65868 (or 0xD65868) is known color: Cabaret. HEX triplet: D6, 58 and 68. RGB value is (214,88,104). Sum of RGB (Red+Green+Blue) = 214+88+104=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D65868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65868 is #29A797. Grayscale: #7F7F7F. Windows color (decimal): -2729880 or 6838486. OLE color: 6838486.
HSL color Cylindrical-coordinate representation of color #D65868: hue angle of 352.38º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65868 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 104 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.16 |
| HSL | 352.38º | 0.61% | 0.59% | - |
| HSV(B) | 352.38º | 0.59% | 0.84% | - |
| XYZ | 33.72 | 22.28 | 15.62 | - |
| YUV | 127.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 104 | 0 | 0.59 | 0.51 | 0.16 | 352.38 | 0.61 | 0.59 |
| Hex | D6 | 58 | 68 | 0 | 3B | 33 | 10 | 160 | 3D | 3B |
| Octal | 326 | 130 | 150 | 0 | 73 | 63 | 20 | 540 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1101000 | 0 | 111011 | 110011 | 10000 | 101100000 | 111101 | 111011 |
Color Harmonies of #D65868
Complementary color
Monochromatic Colors of #D65868
Black with #D65868
Text Example
Text Example
White with #D65868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65868; }
p { color: rgb(214,88,104); }
H1.HeaderClassName
{
color: #D65868;
}
.AnyTagClassName
{
color: #D65868;
}
</style>
background-color css
<style>
a { background-color: #D65868; }
a { background-color: rgb(214,88,104); }
div.DivClassName
{
background-color: #D65868;
}
.BgClassName
{
background-color: #D65868;
}
</style>
border-color css
<style>
span { border-color: #D65868; }
span { border-color: rgb(214,88,104); }
td.TdClassName
{
border-color: #D65868;
}
.TagClassName
{
border-color: #D65868;
}
</style>