Shades of Cabaret #D34167
Tints of Cabaret #D34167
RGB
CMYK
RGB Variations
Color information
#D34167 (or 0xD34167) is known color: Cabaret. HEX triplet: D3, 41 and 67. RGB value is (211,65,103). Sum of RGB (Red+Green+Blue) = 211+65+103=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D34167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34167 is #2CBE98. Grayscale: #707070. Windows color (decimal): -2932377 or 6767059. OLE color: 6767059.
HSL color Cylindrical-coordinate representation of color #D34167: hue angle of 344.38º 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 #D34167 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 103 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.17 |
| HSL | 344.38º | 0.62% | 0.54% | - |
| HSV(B) | 344.38º | 0.69% | 0.83% | - |
| XYZ | 31.2 | 18.61 | 14.78 | - |
| YUV | 112.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 103 | 0 | 0.69 | 0.51 | 0.17 | 344.38 | 0.62 | 0.54 |
| Hex | D3 | 41 | 67 | 0 | 45 | 33 | 11 | 158 | 3E | 36 |
| Octal | 323 | 101 | 147 | 0 | 105 | 63 | 21 | 530 | 76 | 66 |
| Binary | 11010011 | 1000001 | 1100111 | 0 | 1000101 | 110011 | 10001 | 101011000 | 111110 | 110110 |
Color Harmonies of #D34167
Complementary color
Monochromatic Colors of #D34167
Black with #D34167
Text Example
Text Example
White with #D34167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34167; }
p { color: rgb(211,65,103); }
H1.HeaderClassName
{
color: #D34167;
}
.AnyTagClassName
{
color: #D34167;
}
</style>
background-color css
<style>
a { background-color: #D34167; }
a { background-color: rgb(211,65,103); }
div.DivClassName
{
background-color: #D34167;
}
.BgClassName
{
background-color: #D34167;
}
</style>
border-color css
<style>
span { border-color: #D34167; }
span { border-color: rgb(211,65,103); }
td.TdClassName
{
border-color: #D34167;
}
.TagClassName
{
border-color: #D34167;
}
</style>