Shades of Cabaret #D45473
Tints of Cabaret #D45473
RGB
CMYK
RGB Variations
Color information
#D45473 (or 0xD45473) is known color: Cabaret. HEX triplet: D4, 54 and 73. RGB value is (212,84,115). Sum of RGB (Red+Green+Blue) = 212+84+115=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D45473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45473 is #2BAB8C. Grayscale: #7D7D7D. Windows color (decimal): -2861965 or 7558356. OLE color: 7558356.
HSL color Cylindrical-coordinate representation of color #D45473: hue angle of 345.47º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45473 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 115 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.17 |
| HSL | 345.47º | 0.6% | 0.58% | - |
| HSV(B) | 345.47º | 0.6% | 0.83% | - |
| XYZ | 33.42 | 21.58 | 18.62 | - |
| YUV | 125.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 115 | 0 | 0.60 | 0.46 | 0.17 | 345.47 | 0.6 | 0.58 |
| Hex | D4 | 54 | 73 | 0 | 3C | 2E | 11 | 159 | 3C | 3A |
| Octal | 324 | 124 | 163 | 0 | 74 | 56 | 21 | 531 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1110011 | 0 | 111100 | 101110 | 10001 | 101011001 | 111100 | 111010 |
Color Harmonies of #D45473
Complementary color
Monochromatic Colors of #D45473
Black with #D45473
Text Example
Text Example
White with #D45473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45473; }
p { color: rgb(212,84,115); }
H1.HeaderClassName
{
color: #D45473;
}
.AnyTagClassName
{
color: #D45473;
}
</style>
background-color css
<style>
a { background-color: #D45473; }
a { background-color: rgb(212,84,115); }
div.DivClassName
{
background-color: #D45473;
}
.BgClassName
{
background-color: #D45473;
}
</style>
border-color css
<style>
span { border-color: #D45473; }
span { border-color: rgb(212,84,115); }
td.TdClassName
{
border-color: #D45473;
}
.TagClassName
{
border-color: #D45473;
}
</style>