Shades of Cabaret #D94768
Tints of Cabaret #D94768
RGB
CMYK
RGB Variations
Color information
#D94768 (or 0xD94768) is known color: Cabaret. HEX triplet: D9, 47 and 68. RGB value is (217,71,104). Sum of RGB (Red+Green+Blue) = 217+71+104=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D94768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94768 is #26B897. Grayscale: #767676. Windows color (decimal): -2537624 or 6834137. OLE color: 6834137.
HSL color Cylindrical-coordinate representation of color #D94768: hue angle of 346.44º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94768 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 104 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.15 |
| HSL | 346.44º | 0.66% | 0.56% | - |
| HSV(B) | 346.44º | 0.67% | 0.85% | - |
| XYZ | 33.37 | 20.26 | 15.25 | - |
| YUV | 118.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 104 | 0 | 0.67 | 0.52 | 0.15 | 346.44 | 0.66 | 0.56 |
| Hex | D9 | 47 | 68 | 0 | 43 | 34 | F | 15A | 42 | 38 |
| Octal | 331 | 107 | 150 | 0 | 103 | 64 | 17 | 532 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1101000 | 0 | 1000011 | 110100 | 1111 | 101011010 | 1000010 | 111000 |
Color Harmonies of #D94768
Complementary color
Monochromatic Colors of #D94768
Black with #D94768
Text Example
Text Example
White with #D94768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94768; }
p { color: rgb(217,71,104); }
H1.HeaderClassName
{
color: #D94768;
}
.AnyTagClassName
{
color: #D94768;
}
</style>
background-color css
<style>
a { background-color: #D94768; }
a { background-color: rgb(217,71,104); }
div.DivClassName
{
background-color: #D94768;
}
.BgClassName
{
background-color: #D94768;
}
</style>
border-color css
<style>
span { border-color: #D94768; }
span { border-color: rgb(217,71,104); }
td.TdClassName
{
border-color: #D94768;
}
.TagClassName
{
border-color: #D94768;
}
</style>