Shades of Cabaret #D54C68
Tints of Cabaret #D54C68
RGB
CMYK
RGB Variations
Color information
#D54C68 (or 0xD54C68) is known color: Cabaret. HEX triplet: D5, 4C and 68. RGB value is (213,76,104). Sum of RGB (Red+Green+Blue) = 213+76+104=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C68 is #2AB397. Grayscale: #787878. Windows color (decimal): -2798488 or 6835413. OLE color: 6835413.
HSL color Cylindrical-coordinate representation of color #D54C68: hue angle of 347.74º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54C68 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 104 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.16 |
| HSL | 347.74º | 0.62% | 0.57% | - |
| HSV(B) | 347.74º | 0.64% | 0.84% | - |
| XYZ | 32.52 | 20.31 | 15.3 | - |
| YUV | 120.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 104 | 0 | 0.64 | 0.51 | 0.16 | 347.74 | 0.62 | 0.57 |
| Hex | D5 | 4C | 68 | 0 | 40 | 33 | 10 | 15C | 3E | 39 |
| Octal | 325 | 114 | 150 | 0 | 100 | 63 | 20 | 534 | 76 | 71 |
| Binary | 11010101 | 1001100 | 1101000 | 0 | 1000000 | 110011 | 10000 | 101011100 | 111110 | 111001 |
Color Harmonies of #D54C68
Complementary color
Monochromatic Colors of #D54C68
Black with #D54C68
Text Example
Text Example
White with #D54C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C68; }
p { color: rgb(213,76,104); }
H1.HeaderClassName
{
color: #D54C68;
}
.AnyTagClassName
{
color: #D54C68;
}
</style>
background-color css
<style>
a { background-color: #D54C68; }
a { background-color: rgb(213,76,104); }
div.DivClassName
{
background-color: #D54C68;
}
.BgClassName
{
background-color: #D54C68;
}
</style>
border-color css
<style>
span { border-color: #D54C68; }
span { border-color: rgb(213,76,104); }
td.TdClassName
{
border-color: #D54C68;
}
.TagClassName
{
border-color: #D54C68;
}
</style>