Shades of Cabaret #D75468
Tints of Cabaret #D75468
RGB
CMYK
RGB Variations
Color information
#D75468 (or 0xD75468) is known color: Cabaret. HEX triplet: D7, 54 and 68. RGB value is (215,84,104). Sum of RGB (Red+Green+Blue) = 215+84+104=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D75468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75468 is #28AB97. Grayscale: #7D7D7D. Windows color (decimal): -2665368 or 6837463. OLE color: 6837463.
HSL color Cylindrical-coordinate representation of color #D75468: hue angle of 350.84º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75468 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 104 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.16 |
| HSL | 350.84º | 0.62% | 0.59% | - |
| HSV(B) | 350.84º | 0.61% | 0.84% | - |
| XYZ | 33.69 | 21.79 | 15.53 | - |
| YUV | 125.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 104 | 0 | 0.61 | 0.52 | 0.16 | 350.84 | 0.62 | 0.59 |
| Hex | D7 | 54 | 68 | 0 | 3D | 34 | 10 | 15F | 3E | 3B |
| Octal | 327 | 124 | 150 | 0 | 75 | 64 | 20 | 537 | 76 | 73 |
| Binary | 11010111 | 1010100 | 1101000 | 0 | 111101 | 110100 | 10000 | 101011111 | 111110 | 111011 |
Color Harmonies of #D75468
Complementary color
Monochromatic Colors of #D75468
Black with #D75468
Text Example
Text Example
White with #D75468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75468; }
p { color: rgb(215,84,104); }
H1.HeaderClassName
{
color: #D75468;
}
.AnyTagClassName
{
color: #D75468;
}
</style>
background-color css
<style>
a { background-color: #D75468; }
a { background-color: rgb(215,84,104); }
div.DivClassName
{
background-color: #D75468;
}
.BgClassName
{
background-color: #D75468;
}
</style>
border-color css
<style>
span { border-color: #D75468; }
span { border-color: rgb(215,84,104); }
td.TdClassName
{
border-color: #D75468;
}
.TagClassName
{
border-color: #D75468;
}
</style>