Shades of Cabaret #D64465
Tints of Cabaret #D64465
RGB
CMYK
RGB Variations
Color information
#D64465 (or 0xD64465) is known color: Cabaret. HEX triplet: D6, 44 and 65. RGB value is (214,68,101). Sum of RGB (Red+Green+Blue) = 214+68+101=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64465 is #29BB9A. Grayscale: #737373. Windows color (decimal): -2735003 or 6636758. OLE color: 6636758.
HSL color Cylindrical-coordinate representation of color #D64465: hue angle of 346.44º 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 #D64465 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 101 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.16 |
| HSL | 346.44º | 0.64% | 0.55% | - |
| HSV(B) | 346.44º | 0.68% | 0.84% | - |
| XYZ | 32.15 | 19.37 | 14.36 | - |
| YUV | 115.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 101 | 0 | 0.68 | 0.53 | 0.16 | 346.44 | 0.64 | 0.55 |
| Hex | D6 | 44 | 65 | 0 | 44 | 35 | 10 | 15A | 40 | 37 |
| Octal | 326 | 104 | 145 | 0 | 104 | 65 | 20 | 532 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1100101 | 0 | 1000100 | 110101 | 10000 | 101011010 | 1000000 | 110111 |
Color Harmonies of #D64465
Complementary color
Monochromatic Colors of #D64465
Black with #D64465
Text Example
Text Example
White with #D64465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64465; }
p { color: rgb(214,68,101); }
H1.HeaderClassName
{
color: #D64465;
}
.AnyTagClassName
{
color: #D64465;
}
</style>
background-color css
<style>
a { background-color: #D64465; }
a { background-color: rgb(214,68,101); }
div.DivClassName
{
background-color: #D64465;
}
.BgClassName
{
background-color: #D64465;
}
</style>
border-color css
<style>
span { border-color: #D64465; }
span { border-color: rgb(214,68,101); }
td.TdClassName
{
border-color: #D64465;
}
.TagClassName
{
border-color: #D64465;
}
</style>