Shades of Cabaret #D64365
Tints of Cabaret #D64365
RGB
CMYK
RGB Variations
Color information
#D64365 (or 0xD64365) is known color: Cabaret. HEX triplet: D6, 43 and 65. RGB value is (214,67,101). Sum of RGB (Red+Green+Blue) = 214+67+101=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D64365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64365 is #29BC9A. Grayscale: #727272. Windows color (decimal): -2735259 or 6636502. OLE color: 6636502.
HSL color Cylindrical-coordinate representation of color #D64365: hue angle of 346.12º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64365 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 101 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.16 |
| HSL | 346.12º | 0.64% | 0.55% | - |
| HSV(B) | 346.12º | 0.69% | 0.84% | - |
| XYZ | 32.09 | 19.25 | 14.34 | - |
| YUV | 114.83 | 120.2 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 101 | 0 | 0.69 | 0.53 | 0.16 | 346.12 | 0.64 | 0.55 |
| Hex | D6 | 43 | 65 | 0 | 45 | 35 | 10 | 15A | 40 | 37 |
| Octal | 326 | 103 | 145 | 0 | 105 | 65 | 20 | 532 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1100101 | 0 | 1000101 | 110101 | 10000 | 101011010 | 1000000 | 110111 |
Color Harmonies of #D64365
Complementary color
Monochromatic Colors of #D64365
Black with #D64365
Text Example
Text Example
White with #D64365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64365; }
p { color: rgb(214,67,101); }
H1.HeaderClassName
{
color: #D64365;
}
.AnyTagClassName
{
color: #D64365;
}
</style>
background-color css
<style>
a { background-color: #D64365; }
a { background-color: rgb(214,67,101); }
div.DivClassName
{
background-color: #D64365;
}
.BgClassName
{
background-color: #D64365;
}
</style>
border-color css
<style>
span { border-color: #D64365; }
span { border-color: rgb(214,67,101); }
td.TdClassName
{
border-color: #D64365;
}
.TagClassName
{
border-color: #D64365;
}
</style>