Shades of Cabaret #D54663
Tints of Cabaret #D54663
RGB
CMYK
RGB Variations
Color information
#D54663 (or 0xD54663) is known color: Cabaret. HEX triplet: D5, 46 and 63. RGB value is (213,70,99). Sum of RGB (Red+Green+Blue) = 213+70+99=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D54663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54663 is #2AB99C. Grayscale: #747474. Windows color (decimal): -2800029 or 6506197. OLE color: 6506197.
HSL color Cylindrical-coordinate representation of color #D54663: hue angle of 347.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54663 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 99 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.16 |
| HSL | 347.83º | 0.63% | 0.55% | - |
| HSV(B) | 347.83º | 0.67% | 0.84% | - |
| XYZ | 31.88 | 19.43 | 13.87 | - |
| YUV | 116.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 99 | 0 | 0.67 | 0.54 | 0.16 | 347.83 | 0.63 | 0.55 |
| Hex | D5 | 46 | 63 | 0 | 43 | 36 | 10 | 15C | 3F | 37 |
| Octal | 325 | 106 | 143 | 0 | 103 | 66 | 20 | 534 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1100011 | 0 | 1000011 | 110110 | 10000 | 101011100 | 111111 | 110111 |
Color Harmonies of #D54663
Complementary color
Monochromatic Colors of #D54663
Black with #D54663
Text Example
Text Example
White with #D54663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54663; }
p { color: rgb(213,70,99); }
H1.HeaderClassName
{
color: #D54663;
}
.AnyTagClassName
{
color: #D54663;
}
</style>
background-color css
<style>
a { background-color: #D54663; }
a { background-color: rgb(213,70,99); }
div.DivClassName
{
background-color: #D54663;
}
.BgClassName
{
background-color: #D54663;
}
</style>
border-color css
<style>
span { border-color: #D54663; }
span { border-color: rgb(213,70,99); }
td.TdClassName
{
border-color: #D54663;
}
.TagClassName
{
border-color: #D54663;
}
</style>