Shades of Cabaret #D45874
Tints of Cabaret #D45874
RGB
CMYK
RGB Variations
Color information
#D45874 (or 0xD45874) is known color: Cabaret. HEX triplet: D4, 58 and 74. RGB value is (212,88,116). Sum of RGB (Red+Green+Blue) = 212+88+116=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D45874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45874 is #2BA78B. Grayscale: #808080. Windows color (decimal): -2860940 or 7624916. OLE color: 7624916.
HSL color Cylindrical-coordinate representation of color #D45874: hue angle of 346.45º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45874 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 116 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.17 |
| HSL | 346.45º | 0.59% | 0.59% | - |
| HSV(B) | 346.45º | 0.58% | 0.83% | - |
| XYZ | 33.79 | 22.24 | 19.03 | - |
| YUV | 128.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 116 | 0 | 0.58 | 0.45 | 0.17 | 346.45 | 0.59 | 0.59 |
| Hex | D4 | 58 | 74 | 0 | 3A | 2D | 11 | 15A | 3B | 3B |
| Octal | 324 | 130 | 164 | 0 | 72 | 55 | 21 | 532 | 73 | 73 |
| Binary | 11010100 | 1011000 | 1110100 | 0 | 111010 | 101101 | 10001 | 101011010 | 111011 | 111011 |
Color Harmonies of #D45874
Complementary color
Monochromatic Colors of #D45874
Black with #D45874
Text Example
Text Example
White with #D45874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45874; }
p { color: rgb(212,88,116); }
H1.HeaderClassName
{
color: #D45874;
}
.AnyTagClassName
{
color: #D45874;
}
</style>
background-color css
<style>
a { background-color: #D45874; }
a { background-color: rgb(212,88,116); }
div.DivClassName
{
background-color: #D45874;
}
.BgClassName
{
background-color: #D45874;
}
</style>
border-color css
<style>
span { border-color: #D45874; }
span { border-color: rgb(212,88,116); }
td.TdClassName
{
border-color: #D45874;
}
.TagClassName
{
border-color: #D45874;
}
</style>