Shades of Cabaret #D25471
Tints of Cabaret #D25471
RGB
CMYK
RGB Variations
Color information
#D25471 (or 0xD25471) is known color: Cabaret. HEX triplet: D2, 54 and 71. RGB value is (210,84,113). Sum of RGB (Red+Green+Blue) = 210+84+113=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D25471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25471 is #2DAB8E. Grayscale: #7C7C7C. Windows color (decimal): -2993039 or 7427282. OLE color: 7427282.
HSL color Cylindrical-coordinate representation of color #D25471: hue angle of 346.19º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25471 is Cyan = 0, Magento = 0.6, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 113 | - |
| CMYK | 0 | 0.6 | 0.46 | 0.18 |
| HSL | 346.19º | 0.58% | 0.58% | - |
| HSV(B) | 346.19º | 0.6% | 0.82% | - |
| XYZ | 32.73 | 21.23 | 18 | - |
| YUV | 124.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 113 | 0 | 0.6 | 0.46 | 0.18 | 346.19 | 0.58 | 0.58 |
| Hex | D2 | 54 | 71 | 0 | 3C | 2E | 12 | 15A | 3A | 3A |
| Octal | 322 | 124 | 161 | 0 | 74 | 56 | 22 | 532 | 72 | 72 |
| Binary | 11010010 | 1010100 | 1110001 | 0 | 111100 | 101110 | 10010 | 101011010 | 111010 | 111010 |
Color Harmonies of #D25471
Complementary color
Monochromatic Colors of #D25471
Black with #D25471
Text Example
Text Example
White with #D25471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25471; }
p { color: rgb(210,84,113); }
H1.HeaderClassName
{
color: #D25471;
}
.AnyTagClassName
{
color: #D25471;
}
</style>
background-color css
<style>
a { background-color: #D25471; }
a { background-color: rgb(210,84,113); }
div.DivClassName
{
background-color: #D25471;
}
.BgClassName
{
background-color: #D25471;
}
</style>
border-color css
<style>
span { border-color: #D25471; }
span { border-color: rgb(210,84,113); }
td.TdClassName
{
border-color: #D25471;
}
.TagClassName
{
border-color: #D25471;
}
</style>