Shades of Cabaret #D34164
Tints of Cabaret #D34164
RGB
CMYK
RGB Variations
Color information
#D34164 (or 0xD34164) is known color: Cabaret. HEX triplet: D3, 41 and 64. RGB value is (211,65,100). Sum of RGB (Red+Green+Blue) = 211+65+100=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D34164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34164 is #2CBE9B. Grayscale: #707070. Windows color (decimal): -2932380 or 6570451. OLE color: 6570451.
HSL color Cylindrical-coordinate representation of color #D34164: hue angle of 345.62º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34164 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 100 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.17 |
| HSL | 345.62º | 0.62% | 0.54% | - |
| HSV(B) | 345.62º | 0.69% | 0.83% | - |
| XYZ | 31.05 | 18.55 | 14 | - |
| YUV | 112.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 100 | 0 | 0.69 | 0.53 | 0.17 | 345.62 | 0.62 | 0.54 |
| Hex | D3 | 41 | 64 | 0 | 45 | 35 | 11 | 15A | 3E | 36 |
| Octal | 323 | 101 | 144 | 0 | 105 | 65 | 21 | 532 | 76 | 66 |
| Binary | 11010011 | 1000001 | 1100100 | 0 | 1000101 | 110101 | 10001 | 101011010 | 111110 | 110110 |
Color Harmonies of #D34164
Complementary color
Monochromatic Colors of #D34164
Black with #D34164
Text Example
Text Example
White with #D34164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34164; }
p { color: rgb(211,65,100); }
H1.HeaderClassName
{
color: #D34164;
}
.AnyTagClassName
{
color: #D34164;
}
</style>
background-color css
<style>
a { background-color: #D34164; }
a { background-color: rgb(211,65,100); }
div.DivClassName
{
background-color: #D34164;
}
.BgClassName
{
background-color: #D34164;
}
</style>
border-color css
<style>
span { border-color: #D34164; }
span { border-color: rgb(211,65,100); }
td.TdClassName
{
border-color: #D34164;
}
.TagClassName
{
border-color: #D34164;
}
</style>