Shades of Cabaret #D75066
Tints of Cabaret #D75066
RGB
CMYK
RGB Variations
Color information
#D75066 (or 0xD75066) is known color: Cabaret. HEX triplet: D7, 50 and 66. RGB value is (215,80,102). Sum of RGB (Red+Green+Blue) = 215+80+102=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D75066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75066 is #28AF99. Grayscale: #7A7A7A. Windows color (decimal): -2666394 or 6705367. OLE color: 6705367.
HSL color Cylindrical-coordinate representation of color #D75066: hue angle of 350.22º 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 #D75066 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 102 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.16 |
| HSL | 350.22º | 0.63% | 0.58% | - |
| HSV(B) | 350.22º | 0.63% | 0.84% | - |
| XYZ | 33.29 | 21.14 | 14.9 | - |
| YUV | 122.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 102 | 0 | 0.63 | 0.53 | 0.16 | 350.22 | 0.63 | 0.58 |
| Hex | D7 | 50 | 66 | 0 | 3F | 35 | 10 | 15E | 3F | 3A |
| Octal | 327 | 120 | 146 | 0 | 77 | 65 | 20 | 536 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1100110 | 0 | 111111 | 110101 | 10000 | 101011110 | 111111 | 111010 |
Color Harmonies of #D75066
Complementary color
Monochromatic Colors of #D75066
Black with #D75066
Text Example
Text Example
White with #D75066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75066; }
p { color: rgb(215,80,102); }
H1.HeaderClassName
{
color: #D75066;
}
.AnyTagClassName
{
color: #D75066;
}
</style>
background-color css
<style>
a { background-color: #D75066; }
a { background-color: rgb(215,80,102); }
div.DivClassName
{
background-color: #D75066;
}
.BgClassName
{
background-color: #D75066;
}
</style>
border-color css
<style>
span { border-color: #D75066; }
span { border-color: rgb(215,80,102); }
td.TdClassName
{
border-color: #D75066;
}
.TagClassName
{
border-color: #D75066;
}
</style>