Shades of Cabaret #D64865
Tints of Cabaret #D64865
RGB
CMYK
RGB Variations
Color information
#D64865 (or 0xD64865) is known color: Cabaret. HEX triplet: D6, 48 and 65. RGB value is (214,72,101). Sum of RGB (Red+Green+Blue) = 214+72+101=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D64865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64865 is #29B79A. Grayscale: #757575. Windows color (decimal): -2733979 or 6637782. OLE color: 6637782.
HSL color Cylindrical-coordinate representation of color #D64865: hue angle of 347.75º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64865 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 101 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.16 |
| HSL | 347.75º | 0.63% | 0.56% | - |
| HSV(B) | 347.75º | 0.66% | 0.84% | - |
| XYZ | 32.4 | 19.87 | 14.44 | - |
| YUV | 117.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 101 | 0 | 0.66 | 0.53 | 0.16 | 347.75 | 0.63 | 0.56 |
| Hex | D6 | 48 | 65 | 0 | 42 | 35 | 10 | 15C | 3F | 38 |
| Octal | 326 | 110 | 145 | 0 | 102 | 65 | 20 | 534 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1100101 | 0 | 1000010 | 110101 | 10000 | 101011100 | 111111 | 111000 |
Color Harmonies of #D64865
Complementary color
Monochromatic Colors of #D64865
Black with #D64865
Text Example
Text Example
White with #D64865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64865; }
p { color: rgb(214,72,101); }
H1.HeaderClassName
{
color: #D64865;
}
.AnyTagClassName
{
color: #D64865;
}
</style>
background-color css
<style>
a { background-color: #D64865; }
a { background-color: rgb(214,72,101); }
div.DivClassName
{
background-color: #D64865;
}
.BgClassName
{
background-color: #D64865;
}
</style>
border-color css
<style>
span { border-color: #D64865; }
span { border-color: rgb(214,72,101); }
td.TdClassName
{
border-color: #D64865;
}
.TagClassName
{
border-color: #D64865;
}
</style>