Shades of Cabaret #D94F6B
Tints of Cabaret #D94F6B
RGB
CMYK
RGB Variations
Color information
#D94F6B (or 0xD94F6B) is known color: Cabaret. HEX triplet: D9, 4F and 6B. RGB value is (217,79,107). Sum of RGB (Red+Green+Blue) = 217+79+107=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F6B is #26B094. Grayscale: #7B7B7B. Windows color (decimal): -2535573 or 7032793. OLE color: 7032793.
HSL color Cylindrical-coordinate representation of color #D94F6B: hue angle of 347.83º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94F6B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 107 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.15 |
| HSL | 347.83º | 0.64% | 0.58% | - |
| HSV(B) | 347.83º | 0.64% | 0.85% | - |
| XYZ | 34.07 | 21.41 | 16.25 | - |
| YUV | 123.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 107 | 0 | 0.64 | 0.51 | 0.15 | 347.83 | 0.64 | 0.58 |
| Hex | D9 | 4F | 6B | 0 | 40 | 33 | F | 15C | 40 | 3A |
| Octal | 331 | 117 | 153 | 0 | 100 | 63 | 17 | 534 | 100 | 72 |
| Binary | 11011001 | 1001111 | 1101011 | 0 | 1000000 | 110011 | 1111 | 101011100 | 1000000 | 111010 |
Color Harmonies of #D94F6B
Complementary color
Monochromatic Colors of #D94F6B
Black with #D94F6B
Text Example
Text Example
White with #D94F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F6B; }
p { color: rgb(217,79,107); }
H1.HeaderClassName
{
color: #D94F6B;
}
.AnyTagClassName
{
color: #D94F6B;
}
</style>
background-color css
<style>
a { background-color: #D94F6B; }
a { background-color: rgb(217,79,107); }
div.DivClassName
{
background-color: #D94F6B;
}
.BgClassName
{
background-color: #D94F6B;
}
</style>
border-color css
<style>
span { border-color: #D94F6B; }
span { border-color: rgb(217,79,107); }
td.TdClassName
{
border-color: #D94F6B;
}
.TagClassName
{
border-color: #D94F6B;
}
</style>