Shades of Cabaret #D94669
Tints of Cabaret #D94669
RGB
CMYK
RGB Variations
Color information
#D94669 (or 0xD94669) is known color: Cabaret. HEX triplet: D9, 46 and 69. RGB value is (217,70,105). Sum of RGB (Red+Green+Blue) = 217+70+105=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D94669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94669 is #26B996. Grayscale: #757575. Windows color (decimal): -2537879 or 6899417. OLE color: 6899417.
HSL color Cylindrical-coordinate representation of color #D94669: hue angle of 345.71º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94669 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 105 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.15 |
| HSL | 345.71º | 0.66% | 0.56% | - |
| HSV(B) | 345.71º | 0.68% | 0.85% | - |
| XYZ | 33.36 | 20.15 | 15.5 | - |
| YUV | 117.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 105 | 0 | 0.68 | 0.52 | 0.15 | 345.71 | 0.66 | 0.56 |
| Hex | D9 | 46 | 69 | 0 | 44 | 34 | F | 15A | 42 | 38 |
| Octal | 331 | 106 | 151 | 0 | 104 | 64 | 17 | 532 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1101001 | 0 | 1000100 | 110100 | 1111 | 101011010 | 1000010 | 111000 |
Color Harmonies of #D94669
Complementary color
Monochromatic Colors of #D94669
Black with #D94669
Text Example
Text Example
White with #D94669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94669; }
p { color: rgb(217,70,105); }
H1.HeaderClassName
{
color: #D94669;
}
.AnyTagClassName
{
color: #D94669;
}
</style>
background-color css
<style>
a { background-color: #D94669; }
a { background-color: rgb(217,70,105); }
div.DivClassName
{
background-color: #D94669;
}
.BgClassName
{
background-color: #D94669;
}
</style>
border-color css
<style>
span { border-color: #D94669; }
span { border-color: rgb(217,70,105); }
td.TdClassName
{
border-color: #D94669;
}
.TagClassName
{
border-color: #D94669;
}
</style>