Shades of Cabaret #D75067
Tints of Cabaret #D75067
RGB
CMYK
RGB Variations
Color information
#D75067 (or 0xD75067) is known color: Cabaret. HEX triplet: D7, 50 and 67. RGB value is (215,80,103). Sum of RGB (Red+Green+Blue) = 215+80+103=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D75067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75067 is #28AF98. Grayscale: #7B7B7B. Windows color (decimal): -2666393 or 6770903. OLE color: 6770903.
HSL color Cylindrical-coordinate representation of color #D75067: hue angle of 349.78º 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 #D75067 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 103 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.16 |
| HSL | 349.78º | 0.63% | 0.58% | - |
| HSV(B) | 349.78º | 0.63% | 0.84% | - |
| XYZ | 33.34 | 21.16 | 15.16 | - |
| YUV | 122.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 103 | 0 | 0.63 | 0.52 | 0.16 | 349.78 | 0.63 | 0.58 |
| Hex | D7 | 50 | 67 | 0 | 3F | 34 | 10 | 15E | 3F | 3A |
| Octal | 327 | 120 | 147 | 0 | 77 | 64 | 20 | 536 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1100111 | 0 | 111111 | 110100 | 10000 | 101011110 | 111111 | 111010 |
Color Harmonies of #D75067
Complementary color
Monochromatic Colors of #D75067
Black with #D75067
Text Example
Text Example
White with #D75067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75067; }
p { color: rgb(215,80,103); }
H1.HeaderClassName
{
color: #D75067;
}
.AnyTagClassName
{
color: #D75067;
}
</style>
background-color css
<style>
a { background-color: #D75067; }
a { background-color: rgb(215,80,103); }
div.DivClassName
{
background-color: #D75067;
}
.BgClassName
{
background-color: #D75067;
}
</style>
border-color css
<style>
span { border-color: #D75067; }
span { border-color: rgb(215,80,103); }
td.TdClassName
{
border-color: #D75067;
}
.TagClassName
{
border-color: #D75067;
}
</style>