Shades of Cabaret #D64567
Tints of Cabaret #D64567
RGB
CMYK
RGB Variations
Color information
#D64567 (or 0xD64567) is known color: Cabaret. HEX triplet: D6, 45 and 67. RGB value is (214,69,103). Sum of RGB (Red+Green+Blue) = 214+69+103=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64567 is #29BA98. Grayscale: #747474. Windows color (decimal): -2734745 or 6768086. OLE color: 6768086.
HSL color Cylindrical-coordinate representation of color #D64567: hue angle of 345.93º 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 #D64567 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 103 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.16 |
| HSL | 345.93º | 0.64% | 0.55% | - |
| HSV(B) | 345.93º | 0.68% | 0.84% | - |
| XYZ | 32.31 | 19.53 | 14.9 | - |
| YUV | 116.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 103 | 0 | 0.68 | 0.52 | 0.16 | 345.93 | 0.64 | 0.55 |
| Hex | D6 | 45 | 67 | 0 | 44 | 34 | 10 | 15A | 40 | 37 |
| Octal | 326 | 105 | 147 | 0 | 104 | 64 | 20 | 532 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1100111 | 0 | 1000100 | 110100 | 10000 | 101011010 | 1000000 | 110111 |
Color Harmonies of #D64567
Complementary color
Monochromatic Colors of #D64567
Black with #D64567
Text Example
Text Example
White with #D64567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64567; }
p { color: rgb(214,69,103); }
H1.HeaderClassName
{
color: #D64567;
}
.AnyTagClassName
{
color: #D64567;
}
</style>
background-color css
<style>
a { background-color: #D64567; }
a { background-color: rgb(214,69,103); }
div.DivClassName
{
background-color: #D64567;
}
.BgClassName
{
background-color: #D64567;
}
</style>
border-color css
<style>
span { border-color: #D64567; }
span { border-color: rgb(214,69,103); }
td.TdClassName
{
border-color: #D64567;
}
.TagClassName
{
border-color: #D64567;
}
</style>