Shades of Cabaret #D34E67
Tints of Cabaret #D34E67
RGB
CMYK
RGB Variations
Color information
#D34E67 (or 0xD34E67) is known color: Cabaret. HEX triplet: D3, 4E and 67. RGB value is (211,78,103). Sum of RGB (Red+Green+Blue) = 211+78+103=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E67 is #2CB198. Grayscale: #787878. Windows color (decimal): -2929049 or 6770387. OLE color: 6770387.
HSL color Cylindrical-coordinate representation of color #D34E67: hue angle of 348.72º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34E67 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 103 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.17 |
| HSL | 348.72º | 0.6% | 0.57% | - |
| HSV(B) | 348.72º | 0.63% | 0.83% | - |
| XYZ | 32.04 | 20.28 | 15.06 | - |
| YUV | 120.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 103 | 0 | 0.63 | 0.51 | 0.17 | 348.72 | 0.6 | 0.57 |
| Hex | D3 | 4E | 67 | 0 | 3F | 33 | 11 | 15D | 3C | 39 |
| Octal | 323 | 116 | 147 | 0 | 77 | 63 | 21 | 535 | 74 | 71 |
| Binary | 11010011 | 1001110 | 1100111 | 0 | 111111 | 110011 | 10001 | 101011101 | 111100 | 111001 |
Color Harmonies of #D34E67
Complementary color
Monochromatic Colors of #D34E67
Black with #D34E67
Text Example
Text Example
White with #D34E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34E67; }
p { color: rgb(211,78,103); }
H1.HeaderClassName
{
color: #D34E67;
}
.AnyTagClassName
{
color: #D34E67;
}
</style>
background-color css
<style>
a { background-color: #D34E67; }
a { background-color: rgb(211,78,103); }
div.DivClassName
{
background-color: #D34E67;
}
.BgClassName
{
background-color: #D34E67;
}
</style>
border-color css
<style>
span { border-color: #D34E67; }
span { border-color: rgb(211,78,103); }
td.TdClassName
{
border-color: #D34E67;
}
.TagClassName
{
border-color: #D34E67;
}
</style>