Shades of Cabaret #D64569
Tints of Cabaret #D64569
RGB
CMYK
RGB Variations
Color information
#D64569 (or 0xD64569) is known color: Cabaret. HEX triplet: D6, 45 and 69. RGB value is (214,69,105). Sum of RGB (Red+Green+Blue) = 214+69+105=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D64569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64569 is #29BA96. Grayscale: #747474. Windows color (decimal): -2734743 or 6899158. OLE color: 6899158.
HSL color Cylindrical-coordinate representation of color #D64569: hue angle of 345.1º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64569 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 105 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.16 |
| HSL | 345.1º | 0.64% | 0.55% | - |
| HSV(B) | 345.1º | 0.68% | 0.84% | - |
| XYZ | 32.41 | 19.57 | 15.43 | - |
| YUV | 116.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 105 | 0 | 0.68 | 0.51 | 0.16 | 345.1 | 0.64 | 0.55 |
| Hex | D6 | 45 | 69 | 0 | 44 | 33 | 10 | 159 | 40 | 37 |
| Octal | 326 | 105 | 151 | 0 | 104 | 63 | 20 | 531 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1101001 | 0 | 1000100 | 110011 | 10000 | 101011001 | 1000000 | 110111 |
Color Harmonies of #D64569
Complementary color
Monochromatic Colors of #D64569
Black with #D64569
Text Example
Text Example
White with #D64569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64569; }
p { color: rgb(214,69,105); }
H1.HeaderClassName
{
color: #D64569;
}
.AnyTagClassName
{
color: #D64569;
}
</style>
background-color css
<style>
a { background-color: #D64569; }
a { background-color: rgb(214,69,105); }
div.DivClassName
{
background-color: #D64569;
}
.BgClassName
{
background-color: #D64569;
}
</style>
border-color css
<style>
span { border-color: #D64569; }
span { border-color: rgb(214,69,105); }
td.TdClassName
{
border-color: #D64569;
}
.TagClassName
{
border-color: #D64569;
}
</style>