Shades of Cabaret #D54D6B
Tints of Cabaret #D54D6B
RGB
CMYK
RGB Variations
Color information
#D54D6B (or 0xD54D6B) is known color: Cabaret. HEX triplet: D5, 4D and 6B. RGB value is (213,77,107). Sum of RGB (Red+Green+Blue) = 213+77+107=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D6B is #2AB294. Grayscale: #797979. Windows color (decimal): -2798229 or 7032277. OLE color: 7032277.
HSL color Cylindrical-coordinate representation of color #D54D6B: hue angle of 346.76º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54D6B is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 107 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.16 |
| HSL | 346.76º | 0.62% | 0.57% | - |
| HSV(B) | 346.76º | 0.64% | 0.84% | - |
| XYZ | 32.75 | 20.52 | 16.14 | - |
| YUV | 121.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 107 | 0 | 0.64 | 0.50 | 0.16 | 346.76 | 0.62 | 0.57 |
| Hex | D5 | 4D | 6B | 0 | 40 | 32 | 10 | 15B | 3E | 39 |
| Octal | 325 | 115 | 153 | 0 | 100 | 62 | 20 | 533 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1101011 | 0 | 1000000 | 110010 | 10000 | 101011011 | 111110 | 111001 |
Color Harmonies of #D54D6B
Complementary color
Monochromatic Colors of #D54D6B
Black with #D54D6B
Text Example
Text Example
White with #D54D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D6B; }
p { color: rgb(213,77,107); }
H1.HeaderClassName
{
color: #D54D6B;
}
.AnyTagClassName
{
color: #D54D6B;
}
</style>
background-color css
<style>
a { background-color: #D54D6B; }
a { background-color: rgb(213,77,107); }
div.DivClassName
{
background-color: #D54D6B;
}
.BgClassName
{
background-color: #D54D6B;
}
</style>
border-color css
<style>
span { border-color: #D54D6B; }
span { border-color: rgb(213,77,107); }
td.TdClassName
{
border-color: #D54D6B;
}
.TagClassName
{
border-color: #D54D6B;
}
</style>