Shades of Cabaret #D94667
Tints of Cabaret #D94667
RGB
CMYK
RGB Variations
Color information
#D94667 (or 0xD94667) is known color: Cabaret. HEX triplet: D9, 46 and 67. RGB value is (217,70,103). Sum of RGB (Red+Green+Blue) = 217+70+103=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D94667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94667 is #26B998. Grayscale: #757575. Windows color (decimal): -2537881 or 6768345. OLE color: 6768345.
HSL color Cylindrical-coordinate representation of color #D94667: hue angle of 346.53º 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 #D94667 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 103 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.15 |
| HSL | 346.53º | 0.66% | 0.56% | - |
| HSV(B) | 346.53º | 0.68% | 0.85% | - |
| XYZ | 33.25 | 20.11 | 14.96 | - |
| YUV | 117.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 103 | 0 | 0.68 | 0.53 | 0.15 | 346.53 | 0.66 | 0.56 |
| Hex | D9 | 46 | 67 | 0 | 44 | 35 | F | 15B | 42 | 38 |
| Octal | 331 | 106 | 147 | 0 | 104 | 65 | 17 | 533 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1100111 | 0 | 1000100 | 110101 | 1111 | 101011011 | 1000010 | 111000 |
Color Harmonies of #D94667
Complementary color
Monochromatic Colors of #D94667
Black with #D94667
Text Example
Text Example
White with #D94667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94667; }
p { color: rgb(217,70,103); }
H1.HeaderClassName
{
color: #D94667;
}
.AnyTagClassName
{
color: #D94667;
}
</style>
background-color css
<style>
a { background-color: #D94667; }
a { background-color: rgb(217,70,103); }
div.DivClassName
{
background-color: #D94667;
}
.BgClassName
{
background-color: #D94667;
}
</style>
border-color css
<style>
span { border-color: #D94667; }
span { border-color: rgb(217,70,103); }
td.TdClassName
{
border-color: #D94667;
}
.TagClassName
{
border-color: #D94667;
}
</style>