Shades of Cabaret #D54E6A
Tints of Cabaret #D54E6A
RGB
CMYK
RGB Variations
Color information
#D54E6A (or 0xD54E6A) is known color: Cabaret. HEX triplet: D5, 4E and 6A. RGB value is (213,78,106). Sum of RGB (Red+Green+Blue) = 213+78+106=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E6A is #2AB195. Grayscale: #797979. Windows color (decimal): -2797974 or 6966997. OLE color: 6966997.
HSL color Cylindrical-coordinate representation of color #D54E6A: hue angle of 347.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54E6A is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 106 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.16 |
| HSL | 347.56º | 0.62% | 0.57% | - |
| HSV(B) | 347.56º | 0.63% | 0.84% | - |
| XYZ | 32.77 | 20.64 | 15.89 | - |
| YUV | 121.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 106 | 0 | 0.63 | 0.50 | 0.16 | 347.56 | 0.62 | 0.57 |
| Hex | D5 | 4E | 6A | 0 | 3F | 32 | 10 | 15C | 3E | 39 |
| Octal | 325 | 116 | 152 | 0 | 77 | 62 | 20 | 534 | 76 | 71 |
| Binary | 11010101 | 1001110 | 1101010 | 0 | 111111 | 110010 | 10000 | 101011100 | 111110 | 111001 |
Color Harmonies of #D54E6A
Complementary color
Monochromatic Colors of #D54E6A
Black with #D54E6A
Text Example
Text Example
White with #D54E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E6A; }
p { color: rgb(213,78,106); }
H1.HeaderClassName
{
color: #D54E6A;
}
.AnyTagClassName
{
color: #D54E6A;
}
</style>
background-color css
<style>
a { background-color: #D54E6A; }
a { background-color: rgb(213,78,106); }
div.DivClassName
{
background-color: #D54E6A;
}
.BgClassName
{
background-color: #D54E6A;
}
</style>
border-color css
<style>
span { border-color: #D54E6A; }
span { border-color: rgb(213,78,106); }
td.TdClassName
{
border-color: #D54E6A;
}
.TagClassName
{
border-color: #D54E6A;
}
</style>