Shades of Cabaret #D64661
Tints of Cabaret #D64661
RGB
CMYK
RGB Variations
Color information
#D64661 (or 0xD64661) is known color: Cabaret. HEX triplet: D6, 46 and 61. RGB value is (214,70,97). Sum of RGB (Red+Green+Blue) = 214+70+97=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D64661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64661 is #29B99E. Grayscale: #747474. Windows color (decimal): -2734495 or 6375126. OLE color: 6375126.
HSL color Cylindrical-coordinate representation of color #D64661: hue angle of 348.75º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64661 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 97 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.16 |
| HSL | 348.75º | 0.64% | 0.56% | - |
| HSV(B) | 348.75º | 0.67% | 0.84% | - |
| XYZ | 32.08 | 19.54 | 13.39 | - |
| YUV | 116.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 97 | 0 | 0.67 | 0.55 | 0.16 | 348.75 | 0.64 | 0.56 |
| Hex | D6 | 46 | 61 | 0 | 43 | 37 | 10 | 15D | 40 | 38 |
| Octal | 326 | 106 | 141 | 0 | 103 | 67 | 20 | 535 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1100001 | 0 | 1000011 | 110111 | 10000 | 101011101 | 1000000 | 111000 |
Color Harmonies of #D64661
Complementary color
Monochromatic Colors of #D64661
Black with #D64661
Text Example
Text Example
White with #D64661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64661; }
p { color: rgb(214,70,97); }
H1.HeaderClassName
{
color: #D64661;
}
.AnyTagClassName
{
color: #D64661;
}
</style>
background-color css
<style>
a { background-color: #D64661; }
a { background-color: rgb(214,70,97); }
div.DivClassName
{
background-color: #D64661;
}
.BgClassName
{
background-color: #D64661;
}
</style>
border-color css
<style>
span { border-color: #D64661; }
span { border-color: rgb(214,70,97); }
td.TdClassName
{
border-color: #D64661;
}
.TagClassName
{
border-color: #D64661;
}
</style>