Shades of Lipstick #AD2558
Tints of Lipstick #AD2558
RGB
CMYK
RGB Variations
Color information
#AD2558 (or 0xAD2558) is known color: Lipstick. HEX triplet: AD, 25 and 58. RGB value is (173,37,88). Sum of RGB (Red+Green+Blue) = 173+37+88=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2558 is #52DAA7. Grayscale: #535353. Windows color (decimal): -5429928 or 5776813. OLE color: 5776813.
HSL color Cylindrical-coordinate representation of color #AD2558: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2558 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 88 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.32 |
| HSL | 337.5º | 0.65% | 0.41% | - |
| HSV(B) | 337.5º | 0.79% | 0.68% | - |
| XYZ | 19.66 | 10.91 | 10.3 | - |
| YUV | 83.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 88 | 0 | 0.79 | 0.49 | 0.32 | 337.5 | 0.65 | 0.41 |
| Hex | AD | 25 | 58 | 0 | 4F | 31 | 20 | 152 | 41 | 29 |
| Octal | 255 | 45 | 130 | 0 | 117 | 61 | 40 | 522 | 101 | 51 |
| Binary | 10101101 | 100101 | 1011000 | 0 | 1001111 | 110001 | 100000 | 101010010 | 1000001 | 101001 |
Color Harmonies of #AD2558
Complementary color
Monochromatic Colors of #AD2558
Black with #AD2558
Text Example
Text Example
White with #AD2558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2558; }
p { color: rgb(173,37,88); }
H1.HeaderClassName
{
color: #AD2558;
}
.AnyTagClassName
{
color: #AD2558;
}
</style>
background-color css
<style>
a { background-color: #AD2558; }
a { background-color: rgb(173,37,88); }
div.DivClassName
{
background-color: #AD2558;
}
.BgClassName
{
background-color: #AD2558;
}
</style>
border-color css
<style>
span { border-color: #AD2558; }
span { border-color: rgb(173,37,88); }
td.TdClassName
{
border-color: #AD2558;
}
.TagClassName
{
border-color: #AD2558;
}
</style>