Shades of Cabaret #D64268
Tints of Cabaret #D64268
RGB
CMYK
RGB Variations
Color information
#D64268 (or 0xD64268) is known color: Cabaret. HEX triplet: D6, 42 and 68. RGB value is (214,66,104). Sum of RGB (Red+Green+Blue) = 214+66+104=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D64268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64268 is #29BD97. Grayscale: #727272. Windows color (decimal): -2735512 or 6832854. OLE color: 6832854.
HSL color Cylindrical-coordinate representation of color #D64268: hue angle of 344.59º 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 #D64268 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 104 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.16 |
| HSL | 344.59º | 0.64% | 0.55% | - |
| HSV(B) | 344.59º | 0.69% | 0.84% | - |
| XYZ | 32.18 | 19.19 | 15.11 | - |
| YUV | 114.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 104 | 0 | 0.69 | 0.51 | 0.16 | 344.59 | 0.64 | 0.55 |
| Hex | D6 | 42 | 68 | 0 | 45 | 33 | 10 | 159 | 40 | 37 |
| Octal | 326 | 102 | 150 | 0 | 105 | 63 | 20 | 531 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1101000 | 0 | 1000101 | 110011 | 10000 | 101011001 | 1000000 | 110111 |
Color Harmonies of #D64268
Complementary color
Monochromatic Colors of #D64268
Black with #D64268
Text Example
Text Example
White with #D64268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64268; }
p { color: rgb(214,66,104); }
H1.HeaderClassName
{
color: #D64268;
}
.AnyTagClassName
{
color: #D64268;
}
</style>
background-color css
<style>
a { background-color: #D64268; }
a { background-color: rgb(214,66,104); }
div.DivClassName
{
background-color: #D64268;
}
.BgClassName
{
background-color: #D64268;
}
</style>
border-color css
<style>
span { border-color: #D64268; }
span { border-color: rgb(214,66,104); }
td.TdClassName
{
border-color: #D64268;
}
.TagClassName
{
border-color: #D64268;
}
</style>