Shades of Trendy Pink #805382
Tints of Trendy Pink #805382
RGB
CMYK
RGB Variations
Color information
#805382 (or 0x805382) is known color: Trendy Pink. HEX triplet: 80, 53 and 82. RGB value is (128,83,130). Sum of RGB (Red+Green+Blue) = 128+83+130=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #805382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805382 is #7FAC7D. Grayscale: #656565. Windows color (decimal): -8367230 or 8541056. OLE color: 8541056.
HSL color Cylindrical-coordinate representation of color #805382: hue angle of 297.45º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805382 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 83 | 130 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.49 |
| HSL | 297.45º | 0.22% | 0.42% | - |
| HSV(B) | 297.45º | 0.36% | 0.51% | - |
| XYZ | 16.02 | 12.39 | 22.67 | - |
| YUV | 101.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 130 | 0.02 | 0.36 | 0 | 0.49 | 297.45 | 0.22 | 0.42 |
| Hex | 80 | 53 | 82 | 2 | 24 | 0 | 31 | 129 | 16 | 2A |
| Octal | 200 | 123 | 202 | 2 | 44 | 0 | 61 | 451 | 26 | 52 |
| Binary | 10000000 | 1010011 | 10000010 | 10 | 100100 | 0 | 110001 | 100101001 | 10110 | 101010 |
Color Harmonies of #805382
Complementary color
Monochromatic Colors of #805382
Black with #805382
Text Example
Text Example
White with #805382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805382; }
p { color: rgb(128,83,130); }
H1.HeaderClassName
{
color: #805382;
}
.AnyTagClassName
{
color: #805382;
}
</style>
background-color css
<style>
a { background-color: #805382; }
a { background-color: rgb(128,83,130); }
div.DivClassName
{
background-color: #805382;
}
.BgClassName
{
background-color: #805382;
}
</style>
border-color css
<style>
span { border-color: #805382; }
span { border-color: rgb(128,83,130); }
td.TdClassName
{
border-color: #805382;
}
.TagClassName
{
border-color: #805382;
}
</style>