Shades of Cabaret #D25A73
Tints of Cabaret #D25A73
RGB
CMYK
RGB Variations
Color information
#D25A73 (or 0xD25A73) is known color: Cabaret. HEX triplet: D2, 5A and 73. RGB value is (210,90,115). Sum of RGB (Red+Green+Blue) = 210+90+115=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A73 is #2DA58C. Grayscale: #808080. Windows color (decimal): -2991501 or 7559890. OLE color: 7559890.
HSL color Cylindrical-coordinate representation of color #D25A73: hue angle of 347.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25A73 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 115 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.18 |
| HSL | 347.5º | 0.57% | 0.59% | - |
| HSV(B) | 347.5º | 0.57% | 0.82% | - |
| XYZ | 33.33 | 22.25 | 18.76 | - |
| YUV | 128.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 115 | 0 | 0.57 | 0.45 | 0.18 | 347.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | 73 | 0 | 39 | 2D | 12 | 15C | 39 | 3B |
| Octal | 322 | 132 | 163 | 0 | 71 | 55 | 22 | 534 | 71 | 73 |
| Binary | 11010010 | 1011010 | 1110011 | 0 | 111001 | 101101 | 10010 | 101011100 | 111001 | 111011 |
Color Harmonies of #D25A73
Complementary color
Monochromatic Colors of #D25A73
Black with #D25A73
Text Example
Text Example
White with #D25A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A73; }
p { color: rgb(210,90,115); }
H1.HeaderClassName
{
color: #D25A73;
}
.AnyTagClassName
{
color: #D25A73;
}
</style>
background-color css
<style>
a { background-color: #D25A73; }
a { background-color: rgb(210,90,115); }
div.DivClassName
{
background-color: #D25A73;
}
.BgClassName
{
background-color: #D25A73;
}
</style>
border-color css
<style>
span { border-color: #D25A73; }
span { border-color: rgb(210,90,115); }
td.TdClassName
{
border-color: #D25A73;
}
.TagClassName
{
border-color: #D25A73;
}
</style>