Shades of Cabaret #D95268
Tints of Cabaret #D95268
RGB
CMYK
RGB Variations
Color information
#D95268 (or 0xD95268) is known color: Cabaret. HEX triplet: D9, 52 and 68. RGB value is (217,82,104). Sum of RGB (Red+Green+Blue) = 217+82+104=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D95268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95268 is #26AD97. Grayscale: #7C7C7C. Windows color (decimal): -2534808 or 6836953. OLE color: 6836953.
HSL color Cylindrical-coordinate representation of color #D95268: hue angle of 350.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95268 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 104 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.15 |
| HSL | 350.22º | 0.64% | 0.59% | - |
| HSV(B) | 350.22º | 0.62% | 0.85% | - |
| XYZ | 34.13 | 21.79 | 15.5 | - |
| YUV | 124.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 104 | 0 | 0.62 | 0.52 | 0.15 | 350.22 | 0.64 | 0.59 |
| Hex | D9 | 52 | 68 | 0 | 3E | 34 | F | 15E | 40 | 3B |
| Octal | 331 | 122 | 150 | 0 | 76 | 64 | 17 | 536 | 100 | 73 |
| Binary | 11011001 | 1010010 | 1101000 | 0 | 111110 | 110100 | 1111 | 101011110 | 1000000 | 111011 |
Color Harmonies of #D95268
Complementary color
Monochromatic Colors of #D95268
Black with #D95268
Text Example
Text Example
White with #D95268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95268; }
p { color: rgb(217,82,104); }
H1.HeaderClassName
{
color: #D95268;
}
.AnyTagClassName
{
color: #D95268;
}
</style>
background-color css
<style>
a { background-color: #D95268; }
a { background-color: rgb(217,82,104); }
div.DivClassName
{
background-color: #D95268;
}
.BgClassName
{
background-color: #D95268;
}
</style>
border-color css
<style>
span { border-color: #D95268; }
span { border-color: rgb(217,82,104); }
td.TdClassName
{
border-color: #D95268;
}
.TagClassName
{
border-color: #D95268;
}
</style>