Shades of Cabaret #D54D68
Tints of Cabaret #D54D68
RGB
CMYK
RGB Variations
Color information
#D54D68 (or 0xD54D68) is known color: Cabaret. HEX triplet: D5, 4D and 68. RGB value is (213,77,104). Sum of RGB (Red+Green+Blue) = 213+77+104=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D68 is #2AB297. Grayscale: #787878. Windows color (decimal): -2798232 or 6835669. OLE color: 6835669.
HSL color Cylindrical-coordinate representation of color #D54D68: hue angle of 348.09º 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 #D54D68 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 104 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.16 |
| HSL | 348.09º | 0.62% | 0.57% | - |
| HSV(B) | 348.09º | 0.64% | 0.84% | - |
| XYZ | 32.59 | 20.45 | 15.33 | - |
| YUV | 120.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 104 | 0 | 0.64 | 0.51 | 0.16 | 348.09 | 0.62 | 0.57 |
| Hex | D5 | 4D | 68 | 0 | 40 | 33 | 10 | 15C | 3E | 39 |
| Octal | 325 | 115 | 150 | 0 | 100 | 63 | 20 | 534 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1101000 | 0 | 1000000 | 110011 | 10000 | 101011100 | 111110 | 111001 |
Color Harmonies of #D54D68
Complementary color
Monochromatic Colors of #D54D68
Black with #D54D68
Text Example
Text Example
White with #D54D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D68; }
p { color: rgb(213,77,104); }
H1.HeaderClassName
{
color: #D54D68;
}
.AnyTagClassName
{
color: #D54D68;
}
</style>
background-color css
<style>
a { background-color: #D54D68; }
a { background-color: rgb(213,77,104); }
div.DivClassName
{
background-color: #D54D68;
}
.BgClassName
{
background-color: #D54D68;
}
</style>
border-color css
<style>
span { border-color: #D54D68; }
span { border-color: rgb(213,77,104); }
td.TdClassName
{
border-color: #D54D68;
}
.TagClassName
{
border-color: #D54D68;
}
</style>