Shades of Cabaret #D5506B
Tints of Cabaret #D5506B
RGB
CMYK
RGB Variations
Color information
#D5506B (or 0xD5506B) is known color: Cabaret. HEX triplet: D5, 50 and 6B. RGB value is (213,80,107). Sum of RGB (Red+Green+Blue) = 213+80+107=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D5506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5506B is #2AAF94. Grayscale: #7A7A7A. Windows color (decimal): -2797461 or 7033045. OLE color: 7033045.
HSL color Cylindrical-coordinate representation of color #D5506B: hue angle of 347.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5506B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 107 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.16 |
| HSL | 347.82º | 0.61% | 0.57% | - |
| HSV(B) | 347.82º | 0.62% | 0.84% | - |
| XYZ | 32.96 | 20.94 | 16.22 | - |
| YUV | 122.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 107 | 0 | 0.62 | 0.50 | 0.16 | 347.82 | 0.61 | 0.57 |
| Hex | D5 | 50 | 6B | 0 | 3E | 32 | 10 | 15C | 3D | 39 |
| Octal | 325 | 120 | 153 | 0 | 76 | 62 | 20 | 534 | 75 | 71 |
| Binary | 11010101 | 1010000 | 1101011 | 0 | 111110 | 110010 | 10000 | 101011100 | 111101 | 111001 |
Color Harmonies of #D5506B
Complementary color
Monochromatic Colors of #D5506B
Black with #D5506B
Text Example
Text Example
White with #D5506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5506B; }
p { color: rgb(213,80,107); }
H1.HeaderClassName
{
color: #D5506B;
}
.AnyTagClassName
{
color: #D5506B;
}
</style>
background-color css
<style>
a { background-color: #D5506B; }
a { background-color: rgb(213,80,107); }
div.DivClassName
{
background-color: #D5506B;
}
.BgClassName
{
background-color: #D5506B;
}
</style>
border-color css
<style>
span { border-color: #D5506B; }
span { border-color: rgb(213,80,107); }
td.TdClassName
{
border-color: #D5506B;
}
.TagClassName
{
border-color: #D5506B;
}
</style>