Shades of Cabaret #D34870
Tints of Cabaret #D34870
RGB
CMYK
RGB Variations
Color information
#D34870 (or 0xD34870) is known color: Cabaret. HEX triplet: D3, 48 and 70. RGB value is (211,72,112). Sum of RGB (Red+Green+Blue) = 211+72+112=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D34870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34870 is #2CB78F. Grayscale: #767676. Windows color (decimal): -2930576 or 7358675. OLE color: 7358675.
HSL color Cylindrical-coordinate representation of color #D34870: hue angle of 342.73º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34870 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 112 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.17 |
| HSL | 342.73º | 0.61% | 0.55% | - |
| HSV(B) | 342.73º | 0.66% | 0.83% | - |
| XYZ | 32.11 | 19.65 | 17.43 | - |
| YUV | 118.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 112 | 0 | 0.66 | 0.47 | 0.17 | 342.73 | 0.61 | 0.55 |
| Hex | D3 | 48 | 70 | 0 | 42 | 2F | 11 | 157 | 3D | 37 |
| Octal | 323 | 110 | 160 | 0 | 102 | 57 | 21 | 527 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1110000 | 0 | 1000010 | 101111 | 10001 | 101010111 | 111101 | 110111 |
Color Harmonies of #D34870
Complementary color
Monochromatic Colors of #D34870
Black with #D34870
Text Example
Text Example
White with #D34870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34870; }
p { color: rgb(211,72,112); }
H1.HeaderClassName
{
color: #D34870;
}
.AnyTagClassName
{
color: #D34870;
}
</style>
background-color css
<style>
a { background-color: #D34870; }
a { background-color: rgb(211,72,112); }
div.DivClassName
{
background-color: #D34870;
}
.BgClassName
{
background-color: #D34870;
}
</style>
border-color css
<style>
span { border-color: #D34870; }
span { border-color: rgb(211,72,112); }
td.TdClassName
{
border-color: #D34870;
}
.TagClassName
{
border-color: #D34870;
}
</style>