Shades of Cabaret #D55070
Tints of Cabaret #D55070
RGB
CMYK
RGB Variations
Color information
#D55070 (or 0xD55070) is known color: Cabaret. HEX triplet: D5, 50 and 70. RGB value is (213,80,112). Sum of RGB (Red+Green+Blue) = 213+80+112=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D55070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55070 is #2AAF8F. Grayscale: #7B7B7B. Windows color (decimal): -2797456 or 7360725. OLE color: 7360725.
HSL color Cylindrical-coordinate representation of color #D55070: hue angle of 345.56º 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 #D55070 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 112 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.16 |
| HSL | 345.56º | 0.61% | 0.57% | - |
| HSV(B) | 345.56º | 0.62% | 0.84% | - |
| XYZ | 33.23 | 21.05 | 17.64 | - |
| YUV | 123.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 112 | 0 | 0.62 | 0.47 | 0.16 | 345.56 | 0.61 | 0.57 |
| Hex | D5 | 50 | 70 | 0 | 3E | 2F | 10 | 15A | 3D | 39 |
| Octal | 325 | 120 | 160 | 0 | 76 | 57 | 20 | 532 | 75 | 71 |
| Binary | 11010101 | 1010000 | 1110000 | 0 | 111110 | 101111 | 10000 | 101011010 | 111101 | 111001 |
Color Harmonies of #D55070
Complementary color
Monochromatic Colors of #D55070
Black with #D55070
Text Example
Text Example
White with #D55070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55070; }
p { color: rgb(213,80,112); }
H1.HeaderClassName
{
color: #D55070;
}
.AnyTagClassName
{
color: #D55070;
}
</style>
background-color css
<style>
a { background-color: #D55070; }
a { background-color: rgb(213,80,112); }
div.DivClassName
{
background-color: #D55070;
}
.BgClassName
{
background-color: #D55070;
}
</style>
border-color css
<style>
span { border-color: #D55070; }
span { border-color: rgb(213,80,112); }
td.TdClassName
{
border-color: #D55070;
}
.TagClassName
{
border-color: #D55070;
}
</style>