Shades of Cabaret #D34461
Tints of Cabaret #D34461
RGB
CMYK
RGB Variations
Color information
#D34461 (or 0xD34461) is known color: Cabaret. HEX triplet: D3, 44 and 61. RGB value is (211,68,97). Sum of RGB (Red+Green+Blue) = 211+68+97=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D34461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34461 is #2CBB9E. Grayscale: #727272. Windows color (decimal): -2931615 or 6374611. OLE color: 6374611.
HSL color Cylindrical-coordinate representation of color #D34461: hue angle of 347.83º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34461 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 97 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.17 |
| HSL | 347.83º | 0.62% | 0.55% | - |
| HSV(B) | 347.83º | 0.68% | 0.83% | - |
| XYZ | 31.09 | 18.85 | 13.31 | - |
| YUV | 114.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 97 | 0 | 0.68 | 0.54 | 0.17 | 347.83 | 0.62 | 0.55 |
| Hex | D3 | 44 | 61 | 0 | 44 | 36 | 11 | 15C | 3E | 37 |
| Octal | 323 | 104 | 141 | 0 | 104 | 66 | 21 | 534 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1100001 | 0 | 1000100 | 110110 | 10001 | 101011100 | 111110 | 110111 |
Color Harmonies of #D34461
Complementary color
Monochromatic Colors of #D34461
Black with #D34461
Text Example
Text Example
White with #D34461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34461; }
p { color: rgb(211,68,97); }
H1.HeaderClassName
{
color: #D34461;
}
.AnyTagClassName
{
color: #D34461;
}
</style>
background-color css
<style>
a { background-color: #D34461; }
a { background-color: rgb(211,68,97); }
div.DivClassName
{
background-color: #D34461;
}
.BgClassName
{
background-color: #D34461;
}
</style>
border-color css
<style>
span { border-color: #D34461; }
span { border-color: rgb(211,68,97); }
td.TdClassName
{
border-color: #D34461;
}
.TagClassName
{
border-color: #D34461;
}
</style>