Shades of Cabaret #D54A6E
Tints of Cabaret #D54A6E
RGB
CMYK
RGB Variations
Color information
#D54A6E (or 0xD54A6E) is known color: Cabaret. HEX triplet: D5, 4A and 6E. RGB value is (213,74,110). Sum of RGB (Red+Green+Blue) = 213+74+110=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A6E is #2AB591. Grayscale: #777777. Windows color (decimal): -2798994 or 7228117. OLE color: 7228117.
HSL color Cylindrical-coordinate representation of color #D54A6E: hue angle of 344.46º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A6E is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 110 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.16 |
| HSL | 344.46º | 0.62% | 0.56% | - |
| HSV(B) | 344.46º | 0.65% | 0.84% | - |
| XYZ | 32.7 | 20.17 | 16.92 | - |
| YUV | 119.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 110 | 0 | 0.65 | 0.48 | 0.16 | 344.46 | 0.62 | 0.56 |
| Hex | D5 | 4A | 6E | 0 | 41 | 30 | 10 | 158 | 3E | 38 |
| Octal | 325 | 112 | 156 | 0 | 101 | 60 | 20 | 530 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1101110 | 0 | 1000001 | 110000 | 10000 | 101011000 | 111110 | 111000 |
Color Harmonies of #D54A6E
Complementary color
Monochromatic Colors of #D54A6E
Black with #D54A6E
Text Example
Text Example
White with #D54A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A6E; }
p { color: rgb(213,74,110); }
H1.HeaderClassName
{
color: #D54A6E;
}
.AnyTagClassName
{
color: #D54A6E;
}
</style>
background-color css
<style>
a { background-color: #D54A6E; }
a { background-color: rgb(213,74,110); }
div.DivClassName
{
background-color: #D54A6E;
}
.BgClassName
{
background-color: #D54A6E;
}
</style>
border-color css
<style>
span { border-color: #D54A6E; }
span { border-color: rgb(213,74,110); }
td.TdClassName
{
border-color: #D54A6E;
}
.TagClassName
{
border-color: #D54A6E;
}
</style>