Shades of Cabaret #D64668
Tints of Cabaret #D64668
RGB
CMYK
RGB Variations
Color information
#D64668 (or 0xD64668) is known color: Cabaret. HEX triplet: D6, 46 and 68. RGB value is (214,70,104). Sum of RGB (Red+Green+Blue) = 214+70+104=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D64668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64668 is #29B997. Grayscale: #747474. Windows color (decimal): -2734488 or 6833878. OLE color: 6833878.
HSL color Cylindrical-coordinate representation of color #D64668: hue angle of 345.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64668 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 104 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.16 |
| HSL | 345.83º | 0.64% | 0.56% | - |
| HSV(B) | 345.83º | 0.67% | 0.84% | - |
| XYZ | 32.42 | 19.68 | 15.19 | - |
| YUV | 116.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 104 | 0 | 0.67 | 0.51 | 0.16 | 345.83 | 0.64 | 0.56 |
| Hex | D6 | 46 | 68 | 0 | 43 | 33 | 10 | 15A | 40 | 38 |
| Octal | 326 | 106 | 150 | 0 | 103 | 63 | 20 | 532 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1101000 | 0 | 1000011 | 110011 | 10000 | 101011010 | 1000000 | 111000 |
Color Harmonies of #D64668
Complementary color
Monochromatic Colors of #D64668
Black with #D64668
Text Example
Text Example
White with #D64668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64668; }
p { color: rgb(214,70,104); }
H1.HeaderClassName
{
color: #D64668;
}
.AnyTagClassName
{
color: #D64668;
}
</style>
background-color css
<style>
a { background-color: #D64668; }
a { background-color: rgb(214,70,104); }
div.DivClassName
{
background-color: #D64668;
}
.BgClassName
{
background-color: #D64668;
}
</style>
border-color css
<style>
span { border-color: #D64668; }
span { border-color: rgb(214,70,104); }
td.TdClassName
{
border-color: #D64668;
}
.TagClassName
{
border-color: #D64668;
}
</style>