Shades of Cabaret #D54464
Tints of Cabaret #D54464
RGB
CMYK
RGB Variations
Color information
#D54464 (or 0xD54464) is known color: Cabaret. HEX triplet: D5, 44 and 64. RGB value is (213,68,100). Sum of RGB (Red+Green+Blue) = 213+68+100=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D54464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54464 is #2ABB9B. Grayscale: #737373. Windows color (decimal): -2800540 or 6571221. OLE color: 6571221.
HSL color Cylindrical-coordinate representation of color #D54464: hue angle of 346.76º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54464 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 100 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.16 |
| HSL | 346.76º | 0.63% | 0.55% | - |
| HSV(B) | 346.76º | 0.68% | 0.84% | - |
| XYZ | 31.81 | 19.2 | 14.09 | - |
| YUV | 115 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 100 | 0 | 0.68 | 0.53 | 0.16 | 346.76 | 0.63 | 0.55 |
| Hex | D5 | 44 | 64 | 0 | 44 | 35 | 10 | 15B | 3F | 37 |
| Octal | 325 | 104 | 144 | 0 | 104 | 65 | 20 | 533 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1100100 | 0 | 1000100 | 110101 | 10000 | 101011011 | 111111 | 110111 |
Color Harmonies of #D54464
Complementary color
Monochromatic Colors of #D54464
Black with #D54464
Text Example
Text Example
White with #D54464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54464; }
p { color: rgb(213,68,100); }
H1.HeaderClassName
{
color: #D54464;
}
.AnyTagClassName
{
color: #D54464;
}
</style>
background-color css
<style>
a { background-color: #D54464; }
a { background-color: rgb(213,68,100); }
div.DivClassName
{
background-color: #D54464;
}
.BgClassName
{
background-color: #D54464;
}
</style>
border-color css
<style>
span { border-color: #D54464; }
span { border-color: rgb(213,68,100); }
td.TdClassName
{
border-color: #D54464;
}
.TagClassName
{
border-color: #D54464;
}
</style>