Shades of Heliotrope #DD90F9
Tints of Heliotrope #DD90F9
RGB
CMYK
RGB Variations
Color information
#DD90F9 (or 0xDD90F9) is known color: Heliotrope. HEX triplet: DD, 90 and F9. RGB value is (221,144,249). Sum of RGB (Red+Green+Blue) = 221+144+249=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD90F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90F9 is #226F06. Grayscale: #B2B2B2. Windows color (decimal): -2256647 or 16355549. OLE color: 16355549.
HSL color Cylindrical-coordinate representation of color #DD90F9: hue angle of 284º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD90F9 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 144 | 249 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.02 |
| HSL | 284º | 0.9% | 0.77% | - |
| HSV(B) | 284º | 0.42% | 0.98% | - |
| XYZ | 56.89 | 42.16 | 94.76 | - |
| YUV | 178.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 249 | 0.11 | 0.42 | 0 | 0.02 | 284 | 0.9 | 0.77 |
| Hex | DD | 90 | F9 | B | 2A | 0 | 2 | 11C | 5A | 4D |
| Octal | 335 | 220 | 371 | 13 | 52 | 0 | 2 | 434 | 132 | 115 |
| Binary | 11011101 | 10010000 | 11111001 | 1011 | 101010 | 0 | 10 | 100011100 | 1011010 | 1001101 |
Color Harmonies of #DD90F9
Complementary color
Monochromatic Colors of #DD90F9
Black with #DD90F9
Text Example
Text Example
White with #DD90F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90F9; }
p { color: rgb(221,144,249); }
H1.HeaderClassName
{
color: #DD90F9;
}
.AnyTagClassName
{
color: #DD90F9;
}
</style>
background-color css
<style>
a { background-color: #DD90F9; }
a { background-color: rgb(221,144,249); }
div.DivClassName
{
background-color: #DD90F9;
}
.BgClassName
{
background-color: #DD90F9;
}
</style>
border-color css
<style>
span { border-color: #DD90F9; }
span { border-color: rgb(221,144,249); }
td.TdClassName
{
border-color: #DD90F9;
}
.TagClassName
{
border-color: #DD90F9;
}
</style>