Shades of Cabaret #D75770
Tints of Cabaret #D75770
RGB
CMYK
RGB Variations
Color information
#D75770 (or 0xD75770) is known color: Cabaret. HEX triplet: D7, 57 and 70. RGB value is (215,87,112). Sum of RGB (Red+Green+Blue) = 215+87+112=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D75770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75770 is #28A88F. Grayscale: #808080. Windows color (decimal): -2664592 or 7362519. OLE color: 7362519.
HSL color Cylindrical-coordinate representation of color #D75770: hue angle of 348.28º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75770 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 112 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.16 |
| HSL | 348.28º | 0.62% | 0.59% | - |
| HSV(B) | 348.28º | 0.6% | 0.84% | - |
| XYZ | 34.36 | 22.43 | 17.85 | - |
| YUV | 128.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 112 | 0 | 0.60 | 0.48 | 0.16 | 348.28 | 0.62 | 0.59 |
| Hex | D7 | 57 | 70 | 0 | 3C | 30 | 10 | 15C | 3E | 3B |
| Octal | 327 | 127 | 160 | 0 | 74 | 60 | 20 | 534 | 76 | 73 |
| Binary | 11010111 | 1010111 | 1110000 | 0 | 111100 | 110000 | 10000 | 101011100 | 111110 | 111011 |
Color Harmonies of #D75770
Complementary color
Monochromatic Colors of #D75770
Black with #D75770
Text Example
Text Example
White with #D75770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75770; }
p { color: rgb(215,87,112); }
H1.HeaderClassName
{
color: #D75770;
}
.AnyTagClassName
{
color: #D75770;
}
</style>
background-color css
<style>
a { background-color: #D75770; }
a { background-color: rgb(215,87,112); }
div.DivClassName
{
background-color: #D75770;
}
.BgClassName
{
background-color: #D75770;
}
</style>
border-color css
<style>
span { border-color: #D75770; }
span { border-color: rgb(215,87,112); }
td.TdClassName
{
border-color: #D75770;
}
.TagClassName
{
border-color: #D75770;
}
</style>