Shades of Cabaret #D34368
Tints of Cabaret #D34368
RGB
CMYK
RGB Variations
Color information
#D34368 (or 0xD34368) is known color: Cabaret. HEX triplet: D3, 43 and 68. RGB value is (211,67,104). Sum of RGB (Red+Green+Blue) = 211+67+104=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D34368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34368 is #2CBC97. Grayscale: #727272. Windows color (decimal): -2931864 or 6833107. OLE color: 6833107.
HSL color Cylindrical-coordinate representation of color #D34368: hue angle of 344.58º 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 #D34368 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 104 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.17 |
| HSL | 344.58º | 0.62% | 0.55% | - |
| HSV(B) | 344.58º | 0.68% | 0.83% | - |
| XYZ | 31.37 | 18.86 | 15.08 | - |
| YUV | 114.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 104 | 0 | 0.68 | 0.51 | 0.17 | 344.58 | 0.62 | 0.55 |
| Hex | D3 | 43 | 68 | 0 | 44 | 33 | 11 | 159 | 3E | 37 |
| Octal | 323 | 103 | 150 | 0 | 104 | 63 | 21 | 531 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1101000 | 0 | 1000100 | 110011 | 10001 | 101011001 | 111110 | 110111 |
Color Harmonies of #D34368
Complementary color
Monochromatic Colors of #D34368
Black with #D34368
Text Example
Text Example
White with #D34368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34368; }
p { color: rgb(211,67,104); }
H1.HeaderClassName
{
color: #D34368;
}
.AnyTagClassName
{
color: #D34368;
}
</style>
background-color css
<style>
a { background-color: #D34368; }
a { background-color: rgb(211,67,104); }
div.DivClassName
{
background-color: #D34368;
}
.BgClassName
{
background-color: #D34368;
}
</style>
border-color css
<style>
span { border-color: #D34368; }
span { border-color: rgb(211,67,104); }
td.TdClassName
{
border-color: #D34368;
}
.TagClassName
{
border-color: #D34368;
}
</style>