Shades of Cabaret #D64B64
Tints of Cabaret #D64B64
RGB
CMYK
RGB Variations
Color information
#D64B64 (or 0xD64B64) is known color: Cabaret. HEX triplet: D6, 4B and 64. RGB value is (214,75,100). Sum of RGB (Red+Green+Blue) = 214+75+100=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B64 is #29B49B. Grayscale: #777777. Windows color (decimal): -2733212 or 6573014. OLE color: 6573014.
HSL color Cylindrical-coordinate representation of color #D64B64: hue angle of 349.21º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B64 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 100 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.16 |
| HSL | 349.21º | 0.63% | 0.57% | - |
| HSV(B) | 349.21º | 0.65% | 0.84% | - |
| XYZ | 32.55 | 20.25 | 14.25 | - |
| YUV | 119.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 100 | 0 | 0.65 | 0.53 | 0.16 | 349.21 | 0.63 | 0.57 |
| Hex | D6 | 4B | 64 | 0 | 41 | 35 | 10 | 15D | 3F | 39 |
| Octal | 326 | 113 | 144 | 0 | 101 | 65 | 20 | 535 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1100100 | 0 | 1000001 | 110101 | 10000 | 101011101 | 111111 | 111001 |
Color Harmonies of #D64B64
Complementary color
Monochromatic Colors of #D64B64
Black with #D64B64
Text Example
Text Example
White with #D64B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B64; }
p { color: rgb(214,75,100); }
H1.HeaderClassName
{
color: #D64B64;
}
.AnyTagClassName
{
color: #D64B64;
}
</style>
background-color css
<style>
a { background-color: #D64B64; }
a { background-color: rgb(214,75,100); }
div.DivClassName
{
background-color: #D64B64;
}
.BgClassName
{
background-color: #D64B64;
}
</style>
border-color css
<style>
span { border-color: #D64B64; }
span { border-color: rgb(214,75,100); }
td.TdClassName
{
border-color: #D64B64;
}
.TagClassName
{
border-color: #D64B64;
}
</style>