Shades of Cabaret #D64963
Tints of Cabaret #D64963
RGB
CMYK
RGB Variations
Color information
#D64963 (or 0xD64963) is known color: Cabaret. HEX triplet: D6, 49 and 63. RGB value is (214,73,99). Sum of RGB (Red+Green+Blue) = 214+73+99=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64963 is #29B69C. Grayscale: #767676. Windows color (decimal): -2733725 or 6506966. OLE color: 6506966.
HSL color Cylindrical-coordinate representation of color #D64963: hue angle of 348.94º 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 #D64963 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 73 | 99 | - |
CMYK | 0 | 0.66 | 0.54 | 0.16 |
HSL | 348.94º | 0.63% | 0.56% | - |
HSV(B) | 348.94º | 0.66% | 0.84% | - |
XYZ | 32.37 | 19.96 | 13.95 | - |
YUV | 118.12 | 117.21 | 196.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 73 | 99 | 0 | 0.66 | 0.54 | 0.16 | 348.94 | 0.63 | 0.56 |
Hex | D6 | 49 | 63 | 0 | 42 | 36 | 10 | 15D | 3F | 38 |
Octal | 326 | 111 | 143 | 0 | 102 | 66 | 20 | 535 | 77 | 70 |
Binary | 11010110 | 1001001 | 1100011 | 0 | 1000010 | 110110 | 10000 | 101011101 | 111111 | 111000 |
Color Harmonies of #D64963
Complementary color
Monochromatic Colors of #D64963
Black with #D64963
Text Example
Text Example
White with #D64963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64963; }
p { color: rgb(214,73,99); }
H1.HeaderClassName
{
color: #D64963;
}
.AnyTagClassName
{
color: #D64963;
}
</style>
background-color css
<style>
a { background-color: #D64963; }
a { background-color: rgb(214,73,99); }
div.DivClassName
{
background-color: #D64963;
}
.BgClassName
{
background-color: #D64963;
}
</style>
border-color css
<style>
span { border-color: #D64963; }
span { border-color: rgb(214,73,99); }
td.TdClassName
{
border-color: #D64963;
}
.TagClassName
{
border-color: #D64963;
}
</style>