Shades of Cabaret #D54D6C
Tints of Cabaret #D54D6C
RGB
CMYK
RGB Variations
Color information
#D54D6C (or 0xD54D6C) is known color: Cabaret. HEX triplet: D5, 4D and 6C. RGB value is (213,77,108). Sum of RGB (Red+Green+Blue) = 213+77+108=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D6C is #2AB293. Grayscale: #797979. Windows color (decimal): -2798228 or 7097813. OLE color: 7097813.
HSL color Cylindrical-coordinate representation of color #D54D6C: hue angle of 346.32º 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 #D54D6C is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 108 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.16 |
| HSL | 346.32º | 0.62% | 0.57% | - |
| HSV(B) | 346.32º | 0.64% | 0.84% | - |
| XYZ | 32.8 | 20.54 | 16.42 | - |
| YUV | 121.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 108 | 0 | 0.64 | 0.49 | 0.16 | 346.32 | 0.62 | 0.57 |
| Hex | D5 | 4D | 6C | 0 | 40 | 31 | 10 | 15A | 3E | 39 |
| Octal | 325 | 115 | 154 | 0 | 100 | 61 | 20 | 532 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1101100 | 0 | 1000000 | 110001 | 10000 | 101011010 | 111110 | 111001 |
Color Harmonies of #D54D6C
Complementary color
Monochromatic Colors of #D54D6C
Black with #D54D6C
Text Example
Text Example
White with #D54D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D6C; }
p { color: rgb(213,77,108); }
H1.HeaderClassName
{
color: #D54D6C;
}
.AnyTagClassName
{
color: #D54D6C;
}
</style>
background-color css
<style>
a { background-color: #D54D6C; }
a { background-color: rgb(213,77,108); }
div.DivClassName
{
background-color: #D54D6C;
}
.BgClassName
{
background-color: #D54D6C;
}
</style>
border-color css
<style>
span { border-color: #D54D6C; }
span { border-color: rgb(213,77,108); }
td.TdClassName
{
border-color: #D54D6C;
}
.TagClassName
{
border-color: #D54D6C;
}
</style>