Shades of Cabaret #D34465
Tints of Cabaret #D34465
RGB
CMYK
RGB Variations
Color information
#D34465 (or 0xD34465) is known color: Cabaret. HEX triplet: D3, 44 and 65. RGB value is (211,68,101). Sum of RGB (Red+Green+Blue) = 211+68+101=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D34465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34465 is #2CBB9A. Grayscale: #727272. Windows color (decimal): -2931611 or 6636755. OLE color: 6636755.
HSL color Cylindrical-coordinate representation of color #D34465: hue angle of 346.15º 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 #D34465 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 101 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.17 |
| HSL | 346.15º | 0.62% | 0.55% | - |
| HSV(B) | 346.15º | 0.68% | 0.83% | - |
| XYZ | 31.28 | 18.92 | 14.32 | - |
| YUV | 114.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 101 | 0 | 0.68 | 0.52 | 0.17 | 346.15 | 0.62 | 0.55 |
| Hex | D3 | 44 | 65 | 0 | 44 | 34 | 11 | 15A | 3E | 37 |
| Octal | 323 | 104 | 145 | 0 | 104 | 64 | 21 | 532 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1100101 | 0 | 1000100 | 110100 | 10001 | 101011010 | 111110 | 110111 |
Color Harmonies of #D34465
Complementary color
Monochromatic Colors of #D34465
Black with #D34465
Text Example
Text Example
White with #D34465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34465; }
p { color: rgb(211,68,101); }
H1.HeaderClassName
{
color: #D34465;
}
.AnyTagClassName
{
color: #D34465;
}
</style>
background-color css
<style>
a { background-color: #D34465; }
a { background-color: rgb(211,68,101); }
div.DivClassName
{
background-color: #D34465;
}
.BgClassName
{
background-color: #D34465;
}
</style>
border-color css
<style>
span { border-color: #D34465; }
span { border-color: rgb(211,68,101); }
td.TdClassName
{
border-color: #D34465;
}
.TagClassName
{
border-color: #D34465;
}
</style>