Shades of Cabaret #D64769
Tints of Cabaret #D64769
RGB
CMYK
RGB Variations
Color information
#D64769 (or 0xD64769) is known color: Cabaret. HEX triplet: D6, 47 and 69. RGB value is (214,71,105). Sum of RGB (Red+Green+Blue) = 214+71+105=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D64769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64769 is #29B896. Grayscale: #757575. Windows color (decimal): -2734231 or 6899670. OLE color: 6899670.
HSL color Cylindrical-coordinate representation of color #D64769: hue angle of 345.73º 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 #D64769 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 105 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.16 |
| HSL | 345.73º | 0.64% | 0.56% | - |
| HSV(B) | 345.73º | 0.67% | 0.84% | - |
| XYZ | 32.53 | 19.82 | 15.48 | - |
| YUV | 117.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 105 | 0 | 0.67 | 0.51 | 0.16 | 345.73 | 0.64 | 0.56 |
| Hex | D6 | 47 | 69 | 0 | 43 | 33 | 10 | 15A | 40 | 38 |
| Octal | 326 | 107 | 151 | 0 | 103 | 63 | 20 | 532 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1101001 | 0 | 1000011 | 110011 | 10000 | 101011010 | 1000000 | 111000 |
Color Harmonies of #D64769
Complementary color
Monochromatic Colors of #D64769
Black with #D64769
Text Example
Text Example
White with #D64769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64769; }
p { color: rgb(214,71,105); }
H1.HeaderClassName
{
color: #D64769;
}
.AnyTagClassName
{
color: #D64769;
}
</style>
background-color css
<style>
a { background-color: #D64769; }
a { background-color: rgb(214,71,105); }
div.DivClassName
{
background-color: #D64769;
}
.BgClassName
{
background-color: #D64769;
}
</style>
border-color css
<style>
span { border-color: #D64769; }
span { border-color: rgb(214,71,105); }
td.TdClassName
{
border-color: #D64769;
}
.TagClassName
{
border-color: #D64769;
}
</style>