Shades of Cabaret #D54A6A
Tints of Cabaret #D54A6A
RGB
CMYK
RGB Variations
Color information
#D54A6A (or 0xD54A6A) is known color: Cabaret. HEX triplet: D5, 4A and 6A. RGB value is (213,74,106). Sum of RGB (Red+Green+Blue) = 213+74+106=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A6A is #2AB595. Grayscale: #777777. Windows color (decimal): -2798998 or 6965973. OLE color: 6965973.
HSL color Cylindrical-coordinate representation of color #D54A6A: hue angle of 346.19º 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 #D54A6A is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 106 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.16 |
| HSL | 346.19º | 0.62% | 0.56% | - |
| HSV(B) | 346.19º | 0.65% | 0.84% | - |
| XYZ | 32.49 | 20.08 | 15.8 | - |
| YUV | 119.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 106 | 0 | 0.65 | 0.50 | 0.16 | 346.19 | 0.62 | 0.56 |
| Hex | D5 | 4A | 6A | 0 | 41 | 32 | 10 | 15A | 3E | 38 |
| Octal | 325 | 112 | 152 | 0 | 101 | 62 | 20 | 532 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1101010 | 0 | 1000001 | 110010 | 10000 | 101011010 | 111110 | 111000 |
Color Harmonies of #D54A6A
Complementary color
Monochromatic Colors of #D54A6A
Black with #D54A6A
Text Example
Text Example
White with #D54A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A6A; }
p { color: rgb(213,74,106); }
H1.HeaderClassName
{
color: #D54A6A;
}
.AnyTagClassName
{
color: #D54A6A;
}
</style>
background-color css
<style>
a { background-color: #D54A6A; }
a { background-color: rgb(213,74,106); }
div.DivClassName
{
background-color: #D54A6A;
}
.BgClassName
{
background-color: #D54A6A;
}
</style>
border-color css
<style>
span { border-color: #D54A6A; }
span { border-color: rgb(213,74,106); }
td.TdClassName
{
border-color: #D54A6A;
}
.TagClassName
{
border-color: #D54A6A;
}
</style>