Shades of Heliotrope #DD90FB
Tints of Heliotrope #DD90FB
RGB
CMYK
RGB Variations
Color information
#DD90FB (or 0xDD90FB) is known color: Heliotrope. HEX triplet: DD, 90 and FB. RGB value is (221,144,251). Sum of RGB (Red+Green+Blue) = 221+144+251=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90FB is #226F04. Grayscale: #B2B2B2. Windows color (decimal): -2256645 or 16486621. OLE color: 16486621.
HSL color Cylindrical-coordinate representation of color #DD90FB: hue angle of 283.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD90FB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 144 | 251 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.02 |
| HSL | 283.18º | 0.93% | 0.77% | - |
| HSV(B) | 283.18º | 0.43% | 0.98% | - |
| XYZ | 57.2 | 42.28 | 96.41 | - |
| YUV | 179.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 251 | 0.12 | 0.43 | 0 | 0.02 | 283.18 | 0.93 | 0.77 |
| Hex | DD | 90 | FB | C | 2B | 0 | 2 | 11B | 5D | 4D |
| Octal | 335 | 220 | 373 | 14 | 53 | 0 | 2 | 433 | 135 | 115 |
| Binary | 11011101 | 10010000 | 11111011 | 1100 | 101011 | 0 | 10 | 100011011 | 1011101 | 1001101 |
Color Harmonies of #DD90FB
Complementary color
Monochromatic Colors of #DD90FB
Black with #DD90FB
Text Example
Text Example
White with #DD90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90FB; }
p { color: rgb(221,144,251); }
H1.HeaderClassName
{
color: #DD90FB;
}
.AnyTagClassName
{
color: #DD90FB;
}
</style>
background-color css
<style>
a { background-color: #DD90FB; }
a { background-color: rgb(221,144,251); }
div.DivClassName
{
background-color: #DD90FB;
}
.BgClassName
{
background-color: #DD90FB;
}
</style>
border-color css
<style>
span { border-color: #DD90FB; }
span { border-color: rgb(221,144,251); }
td.TdClassName
{
border-color: #DD90FB;
}
.TagClassName
{
border-color: #DD90FB;
}
</style>