Shades of Cabaret #D64C6B
Tints of Cabaret #D64C6B
RGB
CMYK
RGB Variations
Color information
#D64C6B (or 0xD64C6B) is known color: Cabaret. HEX triplet: D6, 4C and 6B. RGB value is (214,76,107). Sum of RGB (Red+Green+Blue) = 214+76+107=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C6B is #29B394. Grayscale: #787878. Windows color (decimal): -2732949 or 7032022. OLE color: 7032022.
HSL color Cylindrical-coordinate representation of color #D64C6B: hue angle of 346.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64C6B is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 107 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.16 |
| HSL | 346.52º | 0.63% | 0.57% | - |
| HSV(B) | 346.52º | 0.64% | 0.84% | - |
| XYZ | 32.97 | 20.53 | 16.13 | - |
| YUV | 120.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 107 | 0 | 0.64 | 0.50 | 0.16 | 346.52 | 0.63 | 0.57 |
| Hex | D6 | 4C | 6B | 0 | 40 | 32 | 10 | 15B | 3F | 39 |
| Octal | 326 | 114 | 153 | 0 | 100 | 62 | 20 | 533 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1101011 | 0 | 1000000 | 110010 | 10000 | 101011011 | 111111 | 111001 |
Color Harmonies of #D64C6B
Complementary color
Monochromatic Colors of #D64C6B
Black with #D64C6B
Text Example
Text Example
White with #D64C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C6B; }
p { color: rgb(214,76,107); }
H1.HeaderClassName
{
color: #D64C6B;
}
.AnyTagClassName
{
color: #D64C6B;
}
</style>
background-color css
<style>
a { background-color: #D64C6B; }
a { background-color: rgb(214,76,107); }
div.DivClassName
{
background-color: #D64C6B;
}
.BgClassName
{
background-color: #D64C6B;
}
</style>
border-color css
<style>
span { border-color: #D64C6B; }
span { border-color: rgb(214,76,107); }
td.TdClassName
{
border-color: #D64C6B;
}
.TagClassName
{
border-color: #D64C6B;
}
</style>