Shades of Cabaret #D34C68
Tints of Cabaret #D34C68
RGB
CMYK
RGB Variations
Color information
#D34C68 (or 0xD34C68) is known color: Cabaret. HEX triplet: D3, 4C and 68. RGB value is (211,76,104). Sum of RGB (Red+Green+Blue) = 211+76+104=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34C68 is #2CB397. Grayscale: #777777. Windows color (decimal): -2929560 or 6835411. OLE color: 6835411.
HSL color Cylindrical-coordinate representation of color #D34C68: hue angle of 347.56º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34C68 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 104 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.17 |
| HSL | 347.56º | 0.61% | 0.56% | - |
| HSV(B) | 347.56º | 0.64% | 0.83% | - |
| XYZ | 31.95 | 20.02 | 15.28 | - |
| YUV | 119.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 104 | 0 | 0.64 | 0.51 | 0.17 | 347.56 | 0.61 | 0.56 |
| Hex | D3 | 4C | 68 | 0 | 40 | 33 | 11 | 15C | 3D | 38 |
| Octal | 323 | 114 | 150 | 0 | 100 | 63 | 21 | 534 | 75 | 70 |
| Binary | 11010011 | 1001100 | 1101000 | 0 | 1000000 | 110011 | 10001 | 101011100 | 111101 | 111000 |
Color Harmonies of #D34C68
Complementary color
Monochromatic Colors of #D34C68
Black with #D34C68
Text Example
Text Example
White with #D34C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34C68; }
p { color: rgb(211,76,104); }
H1.HeaderClassName
{
color: #D34C68;
}
.AnyTagClassName
{
color: #D34C68;
}
</style>
background-color css
<style>
a { background-color: #D34C68; }
a { background-color: rgb(211,76,104); }
div.DivClassName
{
background-color: #D34C68;
}
.BgClassName
{
background-color: #D34C68;
}
</style>
border-color css
<style>
span { border-color: #D34C68; }
span { border-color: rgb(211,76,104); }
td.TdClassName
{
border-color: #D34C68;
}
.TagClassName
{
border-color: #D34C68;
}
</style>