Shades of Cabaret #D95A6D
Tints of Cabaret #D95A6D
RGB
CMYK
RGB Variations
Color information
#D95A6D (or 0xD95A6D) is known color: Cabaret. HEX triplet: D9, 5A and 6D. RGB value is (217,90,109). Sum of RGB (Red+Green+Blue) = 217+90+109=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95A6D is #26A592. Grayscale: #828282. Windows color (decimal): -2532755 or 7166681. OLE color: 7166681.
HSL color Cylindrical-coordinate representation of color #D95A6D: hue angle of 351.02º 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 #D95A6D is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 109 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.15 |
| HSL | 351.02º | 0.63% | 0.6% | - |
| HSV(B) | 351.02º | 0.59% | 0.85% | - |
| XYZ | 35.03 | 23.17 | 17.09 | - |
| YUV | 130.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 109 | 0 | 0.59 | 0.50 | 0.15 | 351.02 | 0.63 | 0.6 |
| Hex | D9 | 5A | 6D | 0 | 3B | 32 | F | 15F | 3F | 3C |
| Octal | 331 | 132 | 155 | 0 | 73 | 62 | 17 | 537 | 77 | 74 |
| Binary | 11011001 | 1011010 | 1101101 | 0 | 111011 | 110010 | 1111 | 101011111 | 111111 | 111100 |
Color Harmonies of #D95A6D
Complementary color
Monochromatic Colors of #D95A6D
Black with #D95A6D
Text Example
Text Example
White with #D95A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A6D; }
p { color: rgb(217,90,109); }
H1.HeaderClassName
{
color: #D95A6D;
}
.AnyTagClassName
{
color: #D95A6D;
}
</style>
background-color css
<style>
a { background-color: #D95A6D; }
a { background-color: rgb(217,90,109); }
div.DivClassName
{
background-color: #D95A6D;
}
.BgClassName
{
background-color: #D95A6D;
}
</style>
border-color css
<style>
span { border-color: #D95A6D; }
span { border-color: rgb(217,90,109); }
td.TdClassName
{
border-color: #D95A6D;
}
.TagClassName
{
border-color: #D95A6D;
}
</style>