Shades of Cabaret #D5526E
Tints of Cabaret #D5526E
RGB
CMYK
RGB Variations
Color information
#D5526E (or 0xD5526E) is known color: Cabaret. HEX triplet: D5, 52 and 6E. RGB value is (213,82,110). Sum of RGB (Red+Green+Blue) = 213+82+110=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5526E is #2AAD91. Grayscale: #7C7C7C. Windows color (decimal): -2796946 or 7230165. OLE color: 7230165.
HSL color Cylindrical-coordinate representation of color #D5526E: hue angle of 347.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5526E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 110 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.16 |
| HSL | 347.18º | 0.61% | 0.58% | - |
| HSV(B) | 347.18º | 0.62% | 0.84% | - |
| XYZ | 33.27 | 21.31 | 17.11 | - |
| YUV | 124.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 110 | 0 | 0.62 | 0.48 | 0.16 | 347.18 | 0.61 | 0.58 |
| Hex | D5 | 52 | 6E | 0 | 3E | 30 | 10 | 15B | 3D | 3A |
| Octal | 325 | 122 | 156 | 0 | 76 | 60 | 20 | 533 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1101110 | 0 | 111110 | 110000 | 10000 | 101011011 | 111101 | 111010 |
Color Harmonies of #D5526E
Complementary color
Monochromatic Colors of #D5526E
Black with #D5526E
Text Example
Text Example
White with #D5526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5526E; }
p { color: rgb(213,82,110); }
H1.HeaderClassName
{
color: #D5526E;
}
.AnyTagClassName
{
color: #D5526E;
}
</style>
background-color css
<style>
a { background-color: #D5526E; }
a { background-color: rgb(213,82,110); }
div.DivClassName
{
background-color: #D5526E;
}
.BgClassName
{
background-color: #D5526E;
}
</style>
border-color css
<style>
span { border-color: #D5526E; }
span { border-color: rgb(213,82,110); }
td.TdClassName
{
border-color: #D5526E;
}
.TagClassName
{
border-color: #D5526E;
}
</style>