Shades of Cabaret #D75069
Tints of Cabaret #D75069
RGB
CMYK
RGB Variations
Color information
#D75069 (or 0xD75069) is known color: Cabaret. HEX triplet: D7, 50 and 69. RGB value is (215,80,105). Sum of RGB (Red+Green+Blue) = 215+80+105=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D75069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75069 is #28AF96. Grayscale: #7B7B7B. Windows color (decimal): -2666391 or 6901975. OLE color: 6901975.
HSL color Cylindrical-coordinate representation of color #D75069: hue angle of 348.89º 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 #D75069 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 105 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.16 |
| HSL | 348.89º | 0.63% | 0.58% | - |
| HSV(B) | 348.89º | 0.63% | 0.84% | - |
| XYZ | 33.44 | 21.2 | 15.69 | - |
| YUV | 123.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 105 | 0 | 0.63 | 0.51 | 0.16 | 348.89 | 0.63 | 0.58 |
| Hex | D7 | 50 | 69 | 0 | 3F | 33 | 10 | 15D | 3F | 3A |
| Octal | 327 | 120 | 151 | 0 | 77 | 63 | 20 | 535 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1101001 | 0 | 111111 | 110011 | 10000 | 101011101 | 111111 | 111010 |
Color Harmonies of #D75069
Complementary color
Monochromatic Colors of #D75069
Black with #D75069
Text Example
Text Example
White with #D75069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75069; }
p { color: rgb(215,80,105); }
H1.HeaderClassName
{
color: #D75069;
}
.AnyTagClassName
{
color: #D75069;
}
</style>
background-color css
<style>
a { background-color: #D75069; }
a { background-color: rgb(215,80,105); }
div.DivClassName
{
background-color: #D75069;
}
.BgClassName
{
background-color: #D75069;
}
</style>
border-color css
<style>
span { border-color: #D75069; }
span { border-color: rgb(215,80,105); }
td.TdClassName
{
border-color: #D75069;
}
.TagClassName
{
border-color: #D75069;
}
</style>