Shades of Trendy Pink #90447D
Tints of Trendy Pink #90447D
RGB
CMYK
RGB Variations
Color information
#90447D (or 0x90447D) is known color: Trendy Pink. HEX triplet: 90, 44 and 7D. RGB value is (144,68,125). Sum of RGB (Red+Green+Blue) = 144+68+125=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90447D is #6FBB82. Grayscale: #616161. Windows color (decimal): -7322499 or 8209552. OLE color: 8209552.
HSL color Cylindrical-coordinate representation of color #90447D: hue angle of 315º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90447D is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 125 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.44 |
| HSL | 315º | 0.36% | 0.42% | - |
| HSV(B) | 315º | 0.53% | 0.56% | - |
| XYZ | 17.27 | 11.54 | 20.72 | - |
| YUV | 97.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 125 | 0 | 0.53 | 0.13 | 0.44 | 315 | 0.36 | 0.42 |
| Hex | 90 | 44 | 7D | 0 | 35 | D | 2C | 13B | 24 | 2A |
| Octal | 220 | 104 | 175 | 0 | 65 | 15 | 54 | 473 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1111101 | 0 | 110101 | 1101 | 101100 | 100111011 | 100100 | 101010 |
Color Harmonies of #90447D
Complementary color
Monochromatic Colors of #90447D
Black with #90447D
Text Example
Text Example
White with #90447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90447D; }
p { color: rgb(144,68,125); }
H1.HeaderClassName
{
color: #90447D;
}
.AnyTagClassName
{
color: #90447D;
}
</style>
background-color css
<style>
a { background-color: #90447D; }
a { background-color: rgb(144,68,125); }
div.DivClassName
{
background-color: #90447D;
}
.BgClassName
{
background-color: #90447D;
}
</style>
border-color css
<style>
span { border-color: #90447D; }
span { border-color: rgb(144,68,125); }
td.TdClassName
{
border-color: #90447D;
}
.TagClassName
{
border-color: #90447D;
}
</style>