Shades of Cabaret #D34768
Tints of Cabaret #D34768
RGB
CMYK
RGB Variations
Color information
#D34768 (or 0xD34768) is known color: Cabaret. HEX triplet: D3, 47 and 68. RGB value is (211,71,104). Sum of RGB (Red+Green+Blue) = 211+71+104=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D34768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34768 is #2CB897. Grayscale: #747474. Windows color (decimal): -2930840 or 6834131. OLE color: 6834131.
HSL color Cylindrical-coordinate representation of color #D34768: hue angle of 345.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34768 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 104 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.17 |
| HSL | 345.86º | 0.61% | 0.55% | - |
| HSV(B) | 345.86º | 0.66% | 0.83% | - |
| XYZ | 31.62 | 19.35 | 15.17 | - |
| YUV | 116.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 104 | 0 | 0.66 | 0.51 | 0.17 | 345.86 | 0.61 | 0.55 |
| Hex | D3 | 47 | 68 | 0 | 42 | 33 | 11 | 15A | 3D | 37 |
| Octal | 323 | 107 | 150 | 0 | 102 | 63 | 21 | 532 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1101000 | 0 | 1000010 | 110011 | 10001 | 101011010 | 111101 | 110111 |
Color Harmonies of #D34768
Complementary color
Monochromatic Colors of #D34768
Black with #D34768
Text Example
Text Example
White with #D34768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34768; }
p { color: rgb(211,71,104); }
H1.HeaderClassName
{
color: #D34768;
}
.AnyTagClassName
{
color: #D34768;
}
</style>
background-color css
<style>
a { background-color: #D34768; }
a { background-color: rgb(211,71,104); }
div.DivClassName
{
background-color: #D34768;
}
.BgClassName
{
background-color: #D34768;
}
</style>
border-color css
<style>
span { border-color: #D34768; }
span { border-color: rgb(211,71,104); }
td.TdClassName
{
border-color: #D34768;
}
.TagClassName
{
border-color: #D34768;
}
</style>