Shades of Cabaret #DF4B66
Tints of Cabaret #DF4B66
RGB
CMYK
RGB Variations
Color information
#DF4B66 (or 0xDF4B66) is known color: Cabaret. HEX triplet: DF, 4B and 66. RGB value is (223,75,102). Sum of RGB (Red+Green+Blue) = 223+75+102=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B66 is #20B499. Grayscale: #7A7A7A. Windows color (decimal): -2143386 or 6704095. OLE color: 6704095.
HSL color Cylindrical-coordinate representation of color #DF4B66: hue angle of 349.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B66 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 102 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.13 |
| HSL | 349.05º | 0.7% | 0.58% | - |
| HSV(B) | 349.05º | 0.66% | 0.87% | - |
| XYZ | 35.35 | 21.68 | 14.89 | - |
| YUV | 122.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 102 | 0 | 0.66 | 0.54 | 0.13 | 349.05 | 0.7 | 0.58 |
| Hex | DF | 4B | 66 | 0 | 42 | 36 | D | 15D | 46 | 3A |
| Octal | 337 | 113 | 146 | 0 | 102 | 66 | 15 | 535 | 106 | 72 |
| Binary | 11011111 | 1001011 | 1100110 | 0 | 1000010 | 110110 | 1101 | 101011101 | 1000110 | 111010 |
Color Harmonies of #DF4B66
Complementary color
Monochromatic Colors of #DF4B66
Black with #DF4B66
Text Example
Text Example
White with #DF4B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B66; }
p { color: rgb(223,75,102); }
H1.HeaderClassName
{
color: #DF4B66;
}
.AnyTagClassName
{
color: #DF4B66;
}
</style>
background-color css
<style>
a { background-color: #DF4B66; }
a { background-color: rgb(223,75,102); }
div.DivClassName
{
background-color: #DF4B66;
}
.BgClassName
{
background-color: #DF4B66;
}
</style>
border-color css
<style>
span { border-color: #DF4B66; }
span { border-color: rgb(223,75,102); }
td.TdClassName
{
border-color: #DF4B66;
}
.TagClassName
{
border-color: #DF4B66;
}
</style>