Shades of Cabaret #D95969
Tints of Cabaret #D95969
RGB
CMYK
RGB Variations
Color information
#D95969 (or 0xD95969) is known color: Cabaret. HEX triplet: D9, 59 and 69. RGB value is (217,89,105). Sum of RGB (Red+Green+Blue) = 217+89+105=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D95969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95969 is #26A696. Grayscale: #818181. Windows color (decimal): -2533015 or 6904281. OLE color: 6904281.
HSL color Cylindrical-coordinate representation of color #D95969: hue angle of 352.5º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95969 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 105 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.15 |
| HSL | 352.5º | 0.63% | 0.6% | - |
| HSV(B) | 352.5º | 0.59% | 0.85% | - |
| XYZ | 34.74 | 22.92 | 15.96 | - |
| YUV | 129.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 105 | 0 | 0.59 | 0.52 | 0.15 | 352.5 | 0.63 | 0.6 |
| Hex | D9 | 59 | 69 | 0 | 3B | 34 | F | 160 | 3F | 3C |
| Octal | 331 | 131 | 151 | 0 | 73 | 64 | 17 | 540 | 77 | 74 |
| Binary | 11011001 | 1011001 | 1101001 | 0 | 111011 | 110100 | 1111 | 101100000 | 111111 | 111100 |
Color Harmonies of #D95969
Complementary color
Monochromatic Colors of #D95969
Black with #D95969
Text Example
Text Example
White with #D95969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95969; }
p { color: rgb(217,89,105); }
H1.HeaderClassName
{
color: #D95969;
}
.AnyTagClassName
{
color: #D95969;
}
</style>
background-color css
<style>
a { background-color: #D95969; }
a { background-color: rgb(217,89,105); }
div.DivClassName
{
background-color: #D95969;
}
.BgClassName
{
background-color: #D95969;
}
</style>
border-color css
<style>
span { border-color: #D95969; }
span { border-color: rgb(217,89,105); }
td.TdClassName
{
border-color: #D95969;
}
.TagClassName
{
border-color: #D95969;
}
</style>