Shades of Cabaret #D64565
Tints of Cabaret #D64565
RGB
CMYK
RGB Variations
Color information
#D64565 (or 0xD64565) is known color: Cabaret. HEX triplet: D6, 45 and 65. RGB value is (214,69,101). Sum of RGB (Red+Green+Blue) = 214+69+101=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D64565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64565 is #29BA9A. Grayscale: #747474. Windows color (decimal): -2734747 or 6637014. OLE color: 6637014.
HSL color Cylindrical-coordinate representation of color #D64565: hue angle of 346.76º 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 #D64565 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 101 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.16 |
| HSL | 346.76º | 0.64% | 0.55% | - |
| HSV(B) | 346.76º | 0.68% | 0.84% | - |
| XYZ | 32.21 | 19.49 | 14.38 | - |
| YUV | 116 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 101 | 0 | 0.68 | 0.53 | 0.16 | 346.76 | 0.64 | 0.55 |
| Hex | D6 | 45 | 65 | 0 | 44 | 35 | 10 | 15B | 40 | 37 |
| Octal | 326 | 105 | 145 | 0 | 104 | 65 | 20 | 533 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1100101 | 0 | 1000100 | 110101 | 10000 | 101011011 | 1000000 | 110111 |
Color Harmonies of #D64565
Complementary color
Monochromatic Colors of #D64565
Black with #D64565
Text Example
Text Example
White with #D64565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64565; }
p { color: rgb(214,69,101); }
H1.HeaderClassName
{
color: #D64565;
}
.AnyTagClassName
{
color: #D64565;
}
</style>
background-color css
<style>
a { background-color: #D64565; }
a { background-color: rgb(214,69,101); }
div.DivClassName
{
background-color: #D64565;
}
.BgClassName
{
background-color: #D64565;
}
</style>
border-color css
<style>
span { border-color: #D64565; }
span { border-color: rgb(214,69,101); }
td.TdClassName
{
border-color: #D64565;
}
.TagClassName
{
border-color: #D64565;
}
</style>