Shades of Cabaret #D56175
Tints of Cabaret #D56175
RGB
CMYK
RGB Variations
Color information
#D56175 (or 0xD56175) is known color: Cabaret. HEX triplet: D5, 61 and 75. RGB value is (213,97,117). Sum of RGB (Red+Green+Blue) = 213+97+117=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D56175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56175 is #2A9E8A. Grayscale: #868686. Windows color (decimal): -2793099 or 7692757. OLE color: 7692757.
HSL color Cylindrical-coordinate representation of color #D56175: hue angle of 349.66º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56175 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 117 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.16 |
| HSL | 349.66º | 0.58% | 0.61% | - |
| HSV(B) | 349.66º | 0.54% | 0.84% | - |
| XYZ | 34.93 | 23.98 | 19.62 | - |
| YUV | 133.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 117 | 0 | 0.54 | 0.45 | 0.16 | 349.66 | 0.58 | 0.61 |
| Hex | D5 | 61 | 75 | 0 | 36 | 2D | 10 | 15E | 3A | 3D |
| Octal | 325 | 141 | 165 | 0 | 66 | 55 | 20 | 536 | 72 | 75 |
| Binary | 11010101 | 1100001 | 1110101 | 0 | 110110 | 101101 | 10000 | 101011110 | 111010 | 111101 |
Color Harmonies of #D56175
Complementary color
Monochromatic Colors of #D56175
Black with #D56175
Text Example
Text Example
White with #D56175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56175; }
p { color: rgb(213,97,117); }
H1.HeaderClassName
{
color: #D56175;
}
.AnyTagClassName
{
color: #D56175;
}
</style>
background-color css
<style>
a { background-color: #D56175; }
a { background-color: rgb(213,97,117); }
div.DivClassName
{
background-color: #D56175;
}
.BgClassName
{
background-color: #D56175;
}
</style>
border-color css
<style>
span { border-color: #D56175; }
span { border-color: rgb(213,97,117); }
td.TdClassName
{
border-color: #D56175;
}
.TagClassName
{
border-color: #D56175;
}
</style>