Shades of Cabaret #D15474
Tints of Cabaret #D15474
RGB
CMYK
RGB Variations
Color information
#D15474 (or 0xD15474) is known color: Cabaret. HEX triplet: D1, 54 and 74. RGB value is (209,84,116). Sum of RGB (Red+Green+Blue) = 209+84+116=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D15474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15474 is #2EAB8B. Grayscale: #7D7D7D. Windows color (decimal): -3058572 or 7623889. OLE color: 7623889.
HSL color Cylindrical-coordinate representation of color #D15474: hue angle of 344.64º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15474 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 116 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.18 |
| HSL | 344.64º | 0.58% | 0.57% | - |
| HSV(B) | 344.64º | 0.6% | 0.82% | - |
| XYZ | 32.62 | 21.16 | 18.89 | - |
| YUV | 125.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 116 | 0 | 0.60 | 0.44 | 0.18 | 344.64 | 0.58 | 0.57 |
| Hex | D1 | 54 | 74 | 0 | 3C | 2C | 12 | 159 | 3A | 39 |
| Octal | 321 | 124 | 164 | 0 | 74 | 54 | 22 | 531 | 72 | 71 |
| Binary | 11010001 | 1010100 | 1110100 | 0 | 111100 | 101100 | 10010 | 101011001 | 111010 | 111001 |
Color Harmonies of #D15474
Complementary color
Monochromatic Colors of #D15474
Black with #D15474
Text Example
Text Example
White with #D15474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15474; }
p { color: rgb(209,84,116); }
H1.HeaderClassName
{
color: #D15474;
}
.AnyTagClassName
{
color: #D15474;
}
</style>
background-color css
<style>
a { background-color: #D15474; }
a { background-color: rgb(209,84,116); }
div.DivClassName
{
background-color: #D15474;
}
.BgClassName
{
background-color: #D15474;
}
</style>
border-color css
<style>
span { border-color: #D15474; }
span { border-color: rgb(209,84,116); }
td.TdClassName
{
border-color: #D15474;
}
.TagClassName
{
border-color: #D15474;
}
</style>