Shades of Cabaret #D75E6E
Tints of Cabaret #D75E6E
RGB
CMYK
RGB Variations
Color information
#D75E6E (or 0xD75E6E) is known color: Cabaret. HEX triplet: D7, 5E and 6E. RGB value is (215,94,110). Sum of RGB (Red+Green+Blue) = 215+94+110=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E6E is #28A191. Grayscale: #848484. Windows color (decimal): -2662802 or 7233239. OLE color: 7233239.
HSL color Cylindrical-coordinate representation of color #D75E6E: hue angle of 352.07º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75E6E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 110 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.16 |
| HSL | 352.07º | 0.6% | 0.61% | - |
| HSV(B) | 352.07º | 0.56% | 0.84% | - |
| XYZ | 34.84 | 23.58 | 17.47 | - |
| YUV | 132 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 110 | 0 | 0.56 | 0.49 | 0.16 | 352.07 | 0.6 | 0.61 |
| Hex | D7 | 5E | 6E | 0 | 38 | 31 | 10 | 160 | 3C | 3D |
| Octal | 327 | 136 | 156 | 0 | 70 | 61 | 20 | 540 | 74 | 75 |
| Binary | 11010111 | 1011110 | 1101110 | 0 | 111000 | 110001 | 10000 | 101100000 | 111100 | 111101 |
Color Harmonies of #D75E6E
Complementary color
Monochromatic Colors of #D75E6E
Black with #D75E6E
Text Example
Text Example
White with #D75E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E6E; }
p { color: rgb(215,94,110); }
H1.HeaderClassName
{
color: #D75E6E;
}
.AnyTagClassName
{
color: #D75E6E;
}
</style>
background-color css
<style>
a { background-color: #D75E6E; }
a { background-color: rgb(215,94,110); }
div.DivClassName
{
background-color: #D75E6E;
}
.BgClassName
{
background-color: #D75E6E;
}
</style>
border-color css
<style>
span { border-color: #D75E6E; }
span { border-color: rgb(215,94,110); }
td.TdClassName
{
border-color: #D75E6E;
}
.TagClassName
{
border-color: #D75E6E;
}
</style>