Shades of Cabaret #D54C6D
Tints of Cabaret #D54C6D
RGB
CMYK
RGB Variations
Color information
#D54C6D (or 0xD54C6D) is known color: Cabaret. HEX triplet: D5, 4C and 6D. RGB value is (213,76,109). Sum of RGB (Red+Green+Blue) = 213+76+109=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C6D is #2AB392. Grayscale: #787878. Windows color (decimal): -2798483 or 7163093. OLE color: 7163093.
HSL color Cylindrical-coordinate representation of color #D54C6D: hue angle of 345.55º 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 #D54C6D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 109 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.16 |
| HSL | 345.55º | 0.62% | 0.57% | - |
| HSV(B) | 345.55º | 0.64% | 0.84% | - |
| XYZ | 32.79 | 20.42 | 16.68 | - |
| YUV | 120.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 109 | 0 | 0.64 | 0.49 | 0.16 | 345.55 | 0.62 | 0.57 |
| Hex | D5 | 4C | 6D | 0 | 40 | 31 | 10 | 15A | 3E | 39 |
| Octal | 325 | 114 | 155 | 0 | 100 | 61 | 20 | 532 | 76 | 71 |
| Binary | 11010101 | 1001100 | 1101101 | 0 | 1000000 | 110001 | 10000 | 101011010 | 111110 | 111001 |
Color Harmonies of #D54C6D
Complementary color
Monochromatic Colors of #D54C6D
Black with #D54C6D
Text Example
Text Example
White with #D54C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C6D; }
p { color: rgb(213,76,109); }
H1.HeaderClassName
{
color: #D54C6D;
}
.AnyTagClassName
{
color: #D54C6D;
}
</style>
background-color css
<style>
a { background-color: #D54C6D; }
a { background-color: rgb(213,76,109); }
div.DivClassName
{
background-color: #D54C6D;
}
.BgClassName
{
background-color: #D54C6D;
}
</style>
border-color css
<style>
span { border-color: #D54C6D; }
span { border-color: rgb(213,76,109); }
td.TdClassName
{
border-color: #D54C6D;
}
.TagClassName
{
border-color: #D54C6D;
}
</style>