Shades of Cabaret #D75065
Tints of Cabaret #D75065
RGB
CMYK
RGB Variations
Color information
#D75065 (or 0xD75065) is known color: Cabaret. HEX triplet: D7, 50 and 65. RGB value is (215,80,101). Sum of RGB (Red+Green+Blue) = 215+80+101=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D75065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75065 is #28AF9A. Grayscale: #7A7A7A. Windows color (decimal): -2666395 or 6639831. OLE color: 6639831.
HSL color Cylindrical-coordinate representation of color #D75065: hue angle of 350.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75065 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 101 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.16 |
| HSL | 350.67º | 0.63% | 0.58% | - |
| HSV(B) | 350.67º | 0.63% | 0.84% | - |
| XYZ | 33.24 | 21.12 | 14.64 | - |
| YUV | 122.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 101 | 0 | 0.63 | 0.53 | 0.16 | 350.67 | 0.63 | 0.58 |
| Hex | D7 | 50 | 65 | 0 | 3F | 35 | 10 | 15F | 3F | 3A |
| Octal | 327 | 120 | 145 | 0 | 77 | 65 | 20 | 537 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1100101 | 0 | 111111 | 110101 | 10000 | 101011111 | 111111 | 111010 |
Color Harmonies of #D75065
Complementary color
Monochromatic Colors of #D75065
Black with #D75065
Text Example
Text Example
White with #D75065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75065; }
p { color: rgb(215,80,101); }
H1.HeaderClassName
{
color: #D75065;
}
.AnyTagClassName
{
color: #D75065;
}
</style>
background-color css
<style>
a { background-color: #D75065; }
a { background-color: rgb(215,80,101); }
div.DivClassName
{
background-color: #D75065;
}
.BgClassName
{
background-color: #D75065;
}
</style>
border-color css
<style>
span { border-color: #D75065; }
span { border-color: rgb(215,80,101); }
td.TdClassName
{
border-color: #D75065;
}
.TagClassName
{
border-color: #D75065;
}
</style>