Shades of Cabaret #D15274
Tints of Cabaret #D15274
RGB
CMYK
RGB Variations
Color information
#D15274 (or 0xD15274) is known color: Cabaret. HEX triplet: D1, 52 and 74. RGB value is (209,82,116). Sum of RGB (Red+Green+Blue) = 209+82+116=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D15274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15274 is #2EAD8B. Grayscale: #7B7B7B. Windows color (decimal): -3059084 or 7623377. OLE color: 7623377.
HSL color Cylindrical-coordinate representation of color #D15274: hue angle of 343.94º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15274 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 116 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.18 |
| HSL | 343.94º | 0.58% | 0.57% | - |
| HSV(B) | 343.94º | 0.61% | 0.82% | - |
| XYZ | 32.46 | 20.85 | 18.84 | - |
| YUV | 123.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 116 | 0 | 0.61 | 0.44 | 0.18 | 343.94 | 0.58 | 0.57 |
| Hex | D1 | 52 | 74 | 0 | 3D | 2C | 12 | 158 | 3A | 39 |
| Octal | 321 | 122 | 164 | 0 | 75 | 54 | 22 | 530 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1110100 | 0 | 111101 | 101100 | 10010 | 101011000 | 111010 | 111001 |
Color Harmonies of #D15274
Complementary color
Monochromatic Colors of #D15274
Black with #D15274
Text Example
Text Example
White with #D15274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15274; }
p { color: rgb(209,82,116); }
H1.HeaderClassName
{
color: #D15274;
}
.AnyTagClassName
{
color: #D15274;
}
</style>
background-color css
<style>
a { background-color: #D15274; }
a { background-color: rgb(209,82,116); }
div.DivClassName
{
background-color: #D15274;
}
.BgClassName
{
background-color: #D15274;
}
</style>
border-color css
<style>
span { border-color: #D15274; }
span { border-color: rgb(209,82,116); }
td.TdClassName
{
border-color: #D15274;
}
.TagClassName
{
border-color: #D15274;
}
</style>