Shades of Heliotrope #DC90F7
Tints of Heliotrope #DC90F7
RGB
CMYK
RGB Variations
Color information
#DC90F7 (or 0xDC90F7) is known color: Heliotrope. HEX triplet: DC, 90 and F7. RGB value is (220,144,247). Sum of RGB (Red+Green+Blue) = 220+144+247=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC90F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90F7 is #236F08. Grayscale: #B2B2B2. Windows color (decimal): -2322185 or 16224476. OLE color: 16224476.
HSL color Cylindrical-coordinate representation of color #DC90F7: hue angle of 284.27º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC90F7 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 144 | 247 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.03 |
| HSL | 284.27º | 0.87% | 0.77% | - |
| HSV(B) | 284.27º | 0.42% | 0.97% | - |
| XYZ | 56.28 | 41.88 | 93.11 | - |
| YUV | 178.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 247 | 0.11 | 0.42 | 0 | 0.03 | 284.27 | 0.87 | 0.77 |
| Hex | DC | 90 | F7 | B | 2A | 0 | 3 | 11C | 57 | 4D |
| Octal | 334 | 220 | 367 | 13 | 52 | 0 | 3 | 434 | 127 | 115 |
| Binary | 11011100 | 10010000 | 11110111 | 1011 | 101010 | 0 | 11 | 100011100 | 1010111 | 1001101 |
Color Harmonies of #DC90F7
Complementary color
Monochromatic Colors of #DC90F7
Black with #DC90F7
Text Example
Text Example
White with #DC90F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90F7; }
p { color: rgb(220,144,247); }
H1.HeaderClassName
{
color: #DC90F7;
}
.AnyTagClassName
{
color: #DC90F7;
}
</style>
background-color css
<style>
a { background-color: #DC90F7; }
a { background-color: rgb(220,144,247); }
div.DivClassName
{
background-color: #DC90F7;
}
.BgClassName
{
background-color: #DC90F7;
}
</style>
border-color css
<style>
span { border-color: #DC90F7; }
span { border-color: rgb(220,144,247); }
td.TdClassName
{
border-color: #DC90F7;
}
.TagClassName
{
border-color: #DC90F7;
}
</style>