Shades of Cabaret #D75867
Tints of Cabaret #D75867
RGB
CMYK
RGB Variations
Color information
#D75867 (or 0xD75867) is known color: Cabaret. HEX triplet: D7, 58 and 67. RGB value is (215,88,103). Sum of RGB (Red+Green+Blue) = 215+88+103=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D75867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75867 is #28A798. Grayscale: #7F7F7F. Windows color (decimal): -2664345 or 6772951. OLE color: 6772951.
HSL color Cylindrical-coordinate representation of color #D75867: hue angle of 352.91º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75867 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 103 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.16 |
| HSL | 352.91º | 0.61% | 0.59% | - |
| HSV(B) | 352.91º | 0.59% | 0.84% | - |
| XYZ | 33.96 | 22.41 | 15.37 | - |
| YUV | 127.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 103 | 0 | 0.59 | 0.52 | 0.16 | 352.91 | 0.61 | 0.59 |
| Hex | D7 | 58 | 67 | 0 | 3B | 34 | 10 | 161 | 3D | 3B |
| Octal | 327 | 130 | 147 | 0 | 73 | 64 | 20 | 541 | 75 | 73 |
| Binary | 11010111 | 1011000 | 1100111 | 0 | 111011 | 110100 | 10000 | 101100001 | 111101 | 111011 |
Color Harmonies of #D75867
Complementary color
Monochromatic Colors of #D75867
Black with #D75867
Text Example
Text Example
White with #D75867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75867; }
p { color: rgb(215,88,103); }
H1.HeaderClassName
{
color: #D75867;
}
.AnyTagClassName
{
color: #D75867;
}
</style>
background-color css
<style>
a { background-color: #D75867; }
a { background-color: rgb(215,88,103); }
div.DivClassName
{
background-color: #D75867;
}
.BgClassName
{
background-color: #D75867;
}
</style>
border-color css
<style>
span { border-color: #D75867; }
span { border-color: rgb(215,88,103); }
td.TdClassName
{
border-color: #D75867;
}
.TagClassName
{
border-color: #D75867;
}
</style>