Shades of Cabaret #D64468
Tints of Cabaret #D64468
RGB
CMYK
RGB Variations
Color information
#D64468 (or 0xD64468) is known color: Cabaret. HEX triplet: D6, 44 and 68. RGB value is (214,68,104). Sum of RGB (Red+Green+Blue) = 214+68+104=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64468 is #29BB97. Grayscale: #737373. Windows color (decimal): -2735000 or 6833366. OLE color: 6833366.
HSL color Cylindrical-coordinate representation of color #D64468: hue angle of 345.21º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64468 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 104 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.16 |
| HSL | 345.21º | 0.64% | 0.55% | - |
| HSV(B) | 345.21º | 0.68% | 0.84% | - |
| XYZ | 32.3 | 19.43 | 15.14 | - |
| YUV | 115.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 104 | 0 | 0.68 | 0.51 | 0.16 | 345.21 | 0.64 | 0.55 |
| Hex | D6 | 44 | 68 | 0 | 44 | 33 | 10 | 159 | 40 | 37 |
| Octal | 326 | 104 | 150 | 0 | 104 | 63 | 20 | 531 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1101000 | 0 | 1000100 | 110011 | 10000 | 101011001 | 1000000 | 110111 |
Color Harmonies of #D64468
Complementary color
Monochromatic Colors of #D64468
Black with #D64468
Text Example
Text Example
White with #D64468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64468; }
p { color: rgb(214,68,104); }
H1.HeaderClassName
{
color: #D64468;
}
.AnyTagClassName
{
color: #D64468;
}
</style>
background-color css
<style>
a { background-color: #D64468; }
a { background-color: rgb(214,68,104); }
div.DivClassName
{
background-color: #D64468;
}
.BgClassName
{
background-color: #D64468;
}
</style>
border-color css
<style>
span { border-color: #D64468; }
span { border-color: rgb(214,68,104); }
td.TdClassName
{
border-color: #D64468;
}
.TagClassName
{
border-color: #D64468;
}
</style>