Shades of Cabaret #D3476E
Tints of Cabaret #D3476E
RGB
CMYK
RGB Variations
Color information
#D3476E (or 0xD3476E) is known color: Cabaret. HEX triplet: D3, 47 and 6E. RGB value is (211,71,110). Sum of RGB (Red+Green+Blue) = 211+71+110=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D3476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3476E is #2CB891. Grayscale: #757575. Windows color (decimal): -2930834 or 7227347. OLE color: 7227347.
HSL color Cylindrical-coordinate representation of color #D3476E: hue angle of 343.29º 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 #D3476E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 110 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.17 |
| HSL | 343.29º | 0.61% | 0.55% | - |
| HSV(B) | 343.29º | 0.66% | 0.83% | - |
| XYZ | 31.93 | 19.48 | 16.83 | - |
| YUV | 117.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 110 | 0 | 0.66 | 0.48 | 0.17 | 343.29 | 0.61 | 0.55 |
| Hex | D3 | 47 | 6E | 0 | 42 | 30 | 11 | 157 | 3D | 37 |
| Octal | 323 | 107 | 156 | 0 | 102 | 60 | 21 | 527 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1101110 | 0 | 1000010 | 110000 | 10001 | 101010111 | 111101 | 110111 |
Color Harmonies of #D3476E
Complementary color
Monochromatic Colors of #D3476E
Black with #D3476E
Text Example
Text Example
White with #D3476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3476E; }
p { color: rgb(211,71,110); }
H1.HeaderClassName
{
color: #D3476E;
}
.AnyTagClassName
{
color: #D3476E;
}
</style>
background-color css
<style>
a { background-color: #D3476E; }
a { background-color: rgb(211,71,110); }
div.DivClassName
{
background-color: #D3476E;
}
.BgClassName
{
background-color: #D3476E;
}
</style>
border-color css
<style>
span { border-color: #D3476E; }
span { border-color: rgb(211,71,110); }
td.TdClassName
{
border-color: #D3476E;
}
.TagClassName
{
border-color: #D3476E;
}
</style>