Shades of Cabaret #D3476B
Tints of Cabaret #D3476B
RGB
CMYK
RGB Variations
Color information
#D3476B (or 0xD3476B) is known color: Cabaret. HEX triplet: D3, 47 and 6B. RGB value is (211,71,107). Sum of RGB (Red+Green+Blue) = 211+71+107=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3476B is #2CB894. Grayscale: #747474. Windows color (decimal): -2930837 or 7030739. OLE color: 7030739.
HSL color Cylindrical-coordinate representation of color #D3476B: hue angle of 344.57º 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 #D3476B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 107 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.17 |
| HSL | 344.57º | 0.61% | 0.55% | - |
| HSV(B) | 344.57º | 0.66% | 0.83% | - |
| XYZ | 31.77 | 19.42 | 15.98 | - |
| YUV | 116.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 107 | 0 | 0.66 | 0.49 | 0.17 | 344.57 | 0.61 | 0.55 |
| Hex | D3 | 47 | 6B | 0 | 42 | 31 | 11 | 159 | 3D | 37 |
| Octal | 323 | 107 | 153 | 0 | 102 | 61 | 21 | 531 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1101011 | 0 | 1000010 | 110001 | 10001 | 101011001 | 111101 | 110111 |
Color Harmonies of #D3476B
Complementary color
Monochromatic Colors of #D3476B
Black with #D3476B
Text Example
Text Example
White with #D3476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3476B; }
p { color: rgb(211,71,107); }
H1.HeaderClassName
{
color: #D3476B;
}
.AnyTagClassName
{
color: #D3476B;
}
</style>
background-color css
<style>
a { background-color: #D3476B; }
a { background-color: rgb(211,71,107); }
div.DivClassName
{
background-color: #D3476B;
}
.BgClassName
{
background-color: #D3476B;
}
</style>
border-color css
<style>
span { border-color: #D3476B; }
span { border-color: rgb(211,71,107); }
td.TdClassName
{
border-color: #D3476B;
}
.TagClassName
{
border-color: #D3476B;
}
</style>