Shades of Cabaret #D5526B
Tints of Cabaret #D5526B
RGB
CMYK
RGB Variations
Color information
#D5526B (or 0xD5526B) is known color: Cabaret. HEX triplet: D5, 52 and 6B. RGB value is (213,82,107). Sum of RGB (Red+Green+Blue) = 213+82+107=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5526B is #2AAD94. Grayscale: #7C7C7C. Windows color (decimal): -2796949 or 7033557. OLE color: 7033557.
HSL color Cylindrical-coordinate representation of color #D5526B: hue angle of 348.55º 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 #D5526B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 107 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.16 |
| HSL | 348.55º | 0.61% | 0.58% | - |
| HSV(B) | 348.55º | 0.62% | 0.84% | - |
| XYZ | 33.11 | 21.24 | 16.26 | - |
| YUV | 124.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 107 | 0 | 0.62 | 0.50 | 0.16 | 348.55 | 0.61 | 0.58 |
| Hex | D5 | 52 | 6B | 0 | 3E | 32 | 10 | 15D | 3D | 3A |
| Octal | 325 | 122 | 153 | 0 | 76 | 62 | 20 | 535 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1101011 | 0 | 111110 | 110010 | 10000 | 101011101 | 111101 | 111010 |
Color Harmonies of #D5526B
Complementary color
Monochromatic Colors of #D5526B
Black with #D5526B
Text Example
Text Example
White with #D5526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5526B; }
p { color: rgb(213,82,107); }
H1.HeaderClassName
{
color: #D5526B;
}
.AnyTagClassName
{
color: #D5526B;
}
</style>
background-color css
<style>
a { background-color: #D5526B; }
a { background-color: rgb(213,82,107); }
div.DivClassName
{
background-color: #D5526B;
}
.BgClassName
{
background-color: #D5526B;
}
</style>
border-color css
<style>
span { border-color: #D5526B; }
span { border-color: rgb(213,82,107); }
td.TdClassName
{
border-color: #D5526B;
}
.TagClassName
{
border-color: #D5526B;
}
</style>