Shades of Cabaret #D54965
Tints of Cabaret #D54965
RGB
CMYK
RGB Variations
Color information
#D54965 (or 0xD54965) is known color: Cabaret. HEX triplet: D5, 49 and 65. RGB value is (213,73,101). Sum of RGB (Red+Green+Blue) = 213+73+101=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D54965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54965 is #2AB69A. Grayscale: #767676. Windows color (decimal): -2799259 or 6638037. OLE color: 6638037.
HSL color Cylindrical-coordinate representation of color #D54965: hue angle of 348º 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 #D54965 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 101 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.16 |
| HSL | 348º | 0.63% | 0.56% | - |
| HSV(B) | 348º | 0.66% | 0.84% | - |
| XYZ | 32.17 | 19.85 | 14.45 | - |
| YUV | 118.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 101 | 0 | 0.66 | 0.53 | 0.16 | 348 | 0.63 | 0.56 |
| Hex | D5 | 49 | 65 | 0 | 42 | 35 | 10 | 15C | 3E | 38 |
| Octal | 325 | 111 | 145 | 0 | 102 | 65 | 20 | 534 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1100101 | 0 | 1000010 | 110101 | 10000 | 101011100 | 111110 | 111000 |
Color Harmonies of #D54965
Complementary color
Monochromatic Colors of #D54965
Black with #D54965
Text Example
Text Example
White with #D54965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54965; }
p { color: rgb(213,73,101); }
H1.HeaderClassName
{
color: #D54965;
}
.AnyTagClassName
{
color: #D54965;
}
</style>
background-color css
<style>
a { background-color: #D54965; }
a { background-color: rgb(213,73,101); }
div.DivClassName
{
background-color: #D54965;
}
.BgClassName
{
background-color: #D54965;
}
</style>
border-color css
<style>
span { border-color: #D54965; }
span { border-color: rgb(213,73,101); }
td.TdClassName
{
border-color: #D54965;
}
.TagClassName
{
border-color: #D54965;
}
</style>