Shades of Cabaret #D54966
Tints of Cabaret #D54966
RGB
CMYK
RGB Variations
Color information
#D54966 (or 0xD54966) is known color: Cabaret. HEX triplet: D5, 49 and 66. RGB value is (213,73,102). Sum of RGB (Red+Green+Blue) = 213+73+102=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D54966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54966 is #2AB699. Grayscale: #767676. Windows color (decimal): -2799258 or 6703573. OLE color: 6703573.
HSL color Cylindrical-coordinate representation of color #D54966: hue angle of 347.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54966 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 102 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.16 |
| HSL | 347.57º | 0.63% | 0.56% | - |
| HSV(B) | 347.57º | 0.66% | 0.84% | - |
| XYZ | 32.22 | 19.87 | 14.71 | - |
| YUV | 118.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 102 | 0 | 0.66 | 0.52 | 0.16 | 347.57 | 0.63 | 0.56 |
| Hex | D5 | 49 | 66 | 0 | 42 | 34 | 10 | 15C | 3E | 38 |
| Octal | 325 | 111 | 146 | 0 | 102 | 64 | 20 | 534 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1100110 | 0 | 1000010 | 110100 | 10000 | 101011100 | 111110 | 111000 |
Color Harmonies of #D54966
Complementary color
Monochromatic Colors of #D54966
Black with #D54966
Text Example
Text Example
White with #D54966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54966; }
p { color: rgb(213,73,102); }
H1.HeaderClassName
{
color: #D54966;
}
.AnyTagClassName
{
color: #D54966;
}
</style>
background-color css
<style>
a { background-color: #D54966; }
a { background-color: rgb(213,73,102); }
div.DivClassName
{
background-color: #D54966;
}
.BgClassName
{
background-color: #D54966;
}
</style>
border-color css
<style>
span { border-color: #D54966; }
span { border-color: rgb(213,73,102); }
td.TdClassName
{
border-color: #D54966;
}
.TagClassName
{
border-color: #D54966;
}
</style>