Shades of Cabaret #D45072
Tints of Cabaret #D45072
RGB
CMYK
RGB Variations
Color information
#D45072 (or 0xD45072) is known color: Cabaret. HEX triplet: D4, 50 and 72. RGB value is (212,80,114). Sum of RGB (Red+Green+Blue) = 212+80+114=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D45072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45072 is #2BAF8D. Grayscale: #7B7B7B. Windows color (decimal): -2862990 or 7491796. OLE color: 7491796.
HSL color Cylindrical-coordinate representation of color #D45072: hue angle of 344.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45072 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 114 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.17 |
| HSL | 344.55º | 0.61% | 0.57% | - |
| HSV(B) | 344.55º | 0.62% | 0.83% | - |
| XYZ | 33.06 | 20.95 | 18.22 | - |
| YUV | 123.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 114 | 0 | 0.62 | 0.46 | 0.17 | 344.55 | 0.61 | 0.57 |
| Hex | D4 | 50 | 72 | 0 | 3E | 2E | 11 | 159 | 3D | 39 |
| Octal | 324 | 120 | 162 | 0 | 76 | 56 | 21 | 531 | 75 | 71 |
| Binary | 11010100 | 1010000 | 1110010 | 0 | 111110 | 101110 | 10001 | 101011001 | 111101 | 111001 |
Color Harmonies of #D45072
Complementary color
Monochromatic Colors of #D45072
Black with #D45072
Text Example
Text Example
White with #D45072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45072; }
p { color: rgb(212,80,114); }
H1.HeaderClassName
{
color: #D45072;
}
.AnyTagClassName
{
color: #D45072;
}
</style>
background-color css
<style>
a { background-color: #D45072; }
a { background-color: rgb(212,80,114); }
div.DivClassName
{
background-color: #D45072;
}
.BgClassName
{
background-color: #D45072;
}
</style>
border-color css
<style>
span { border-color: #D45072; }
span { border-color: rgb(212,80,114); }
td.TdClassName
{
border-color: #D45072;
}
.TagClassName
{
border-color: #D45072;
}
</style>