Shades of Cabaret #D64669
Tints of Cabaret #D64669
RGB
CMYK
RGB Variations
Color information
#D64669 (or 0xD64669) is known color: Cabaret. HEX triplet: D6, 46 and 69. RGB value is (214,70,105). Sum of RGB (Red+Green+Blue) = 214+70+105=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D64669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64669 is #29B996. Grayscale: #757575. Windows color (decimal): -2734487 or 6899414. OLE color: 6899414.
HSL color Cylindrical-coordinate representation of color #D64669: hue angle of 345.42º 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 #D64669 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 105 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.16 |
| HSL | 345.42º | 0.64% | 0.56% | - |
| HSV(B) | 345.42º | 0.67% | 0.84% | - |
| XYZ | 32.47 | 19.7 | 15.45 | - |
| YUV | 117.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 105 | 0 | 0.67 | 0.51 | 0.16 | 345.42 | 0.64 | 0.56 |
| Hex | D6 | 46 | 69 | 0 | 43 | 33 | 10 | 159 | 40 | 38 |
| Octal | 326 | 106 | 151 | 0 | 103 | 63 | 20 | 531 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1101001 | 0 | 1000011 | 110011 | 10000 | 101011001 | 1000000 | 111000 |
Color Harmonies of #D64669
Complementary color
Monochromatic Colors of #D64669
Black with #D64669
Text Example
Text Example
White with #D64669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64669; }
p { color: rgb(214,70,105); }
H1.HeaderClassName
{
color: #D64669;
}
.AnyTagClassName
{
color: #D64669;
}
</style>
background-color css
<style>
a { background-color: #D64669; }
a { background-color: rgb(214,70,105); }
div.DivClassName
{
background-color: #D64669;
}
.BgClassName
{
background-color: #D64669;
}
</style>
border-color css
<style>
span { border-color: #D64669; }
span { border-color: rgb(214,70,105); }
td.TdClassName
{
border-color: #D64669;
}
.TagClassName
{
border-color: #D64669;
}
</style>