Shades of Cabaret #D54863
Tints of Cabaret #D54863
RGB
CMYK
RGB Variations
Color information
#D54863 (or 0xD54863) is known color: Cabaret. HEX triplet: D5, 48 and 63. RGB value is (213,72,99). Sum of RGB (Red+Green+Blue) = 213+72+99=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54863 is #2AB79C. Grayscale: #757575. Windows color (decimal): -2799517 or 6506709. OLE color: 6506709.
HSL color Cylindrical-coordinate representation of color #D54863: hue angle of 348.51º degrees, saturation: 0.63, 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 #D54863 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 99 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.16 |
| HSL | 348.51º | 0.63% | 0.56% | - |
| HSV(B) | 348.51º | 0.66% | 0.84% | - |
| XYZ | 32.01 | 19.68 | 13.92 | - |
| YUV | 117.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 99 | 0 | 0.66 | 0.54 | 0.16 | 348.51 | 0.63 | 0.56 |
| Hex | D5 | 48 | 63 | 0 | 42 | 36 | 10 | 15D | 3F | 38 |
| Octal | 325 | 110 | 143 | 0 | 102 | 66 | 20 | 535 | 77 | 70 |
| Binary | 11010101 | 1001000 | 1100011 | 0 | 1000010 | 110110 | 10000 | 101011101 | 111111 | 111000 |
Color Harmonies of #D54863
Complementary color
Monochromatic Colors of #D54863
Black with #D54863
Text Example
Text Example
White with #D54863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54863; }
p { color: rgb(213,72,99); }
H1.HeaderClassName
{
color: #D54863;
}
.AnyTagClassName
{
color: #D54863;
}
</style>
background-color css
<style>
a { background-color: #D54863; }
a { background-color: rgb(213,72,99); }
div.DivClassName
{
background-color: #D54863;
}
.BgClassName
{
background-color: #D54863;
}
</style>
border-color css
<style>
span { border-color: #D54863; }
span { border-color: rgb(213,72,99); }
td.TdClassName
{
border-color: #D54863;
}
.TagClassName
{
border-color: #D54863;
}
</style>