Shades of Cabaret #D34B68
Tints of Cabaret #D34B68
RGB
CMYK
RGB Variations
Color information
#D34B68 (or 0xD34B68) is known color: Cabaret. HEX triplet: D3, 4B and 68. RGB value is (211,75,104). Sum of RGB (Red+Green+Blue) = 211+75+104=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34B68 is #2CB497. Grayscale: #767676. Windows color (decimal): -2929816 or 6835155. OLE color: 6835155.
HSL color Cylindrical-coordinate representation of color #D34B68: hue angle of 347.21º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34B68 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 104 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.17 |
| HSL | 347.21º | 0.61% | 0.56% | - |
| HSV(B) | 347.21º | 0.64% | 0.83% | - |
| XYZ | 31.88 | 19.88 | 15.25 | - |
| YUV | 118.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 104 | 0 | 0.64 | 0.51 | 0.17 | 347.21 | 0.61 | 0.56 |
| Hex | D3 | 4B | 68 | 0 | 40 | 33 | 11 | 15B | 3D | 38 |
| Octal | 323 | 113 | 150 | 0 | 100 | 63 | 21 | 533 | 75 | 70 |
| Binary | 11010011 | 1001011 | 1101000 | 0 | 1000000 | 110011 | 10001 | 101011011 | 111101 | 111000 |
Color Harmonies of #D34B68
Complementary color
Monochromatic Colors of #D34B68
Black with #D34B68
Text Example
Text Example
White with #D34B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34B68; }
p { color: rgb(211,75,104); }
H1.HeaderClassName
{
color: #D34B68;
}
.AnyTagClassName
{
color: #D34B68;
}
</style>
background-color css
<style>
a { background-color: #D34B68; }
a { background-color: rgb(211,75,104); }
div.DivClassName
{
background-color: #D34B68;
}
.BgClassName
{
background-color: #D34B68;
}
</style>
border-color css
<style>
span { border-color: #D34B68; }
span { border-color: rgb(211,75,104); }
td.TdClassName
{
border-color: #D34B68;
}
.TagClassName
{
border-color: #D34B68;
}
</style>