Shades of Heliotrope #DC91F9
Tints of Heliotrope #DC91F9
RGB
CMYK
RGB Variations
Color information
#DC91F9 (or 0xDC91F9) is known color: Heliotrope. HEX triplet: DC, 91 and F9. RGB value is (220,145,249). Sum of RGB (Red+Green+Blue) = 220+145+249=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 145 (57.03% from 255 or 23.62% 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 #DC91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC91F9 is #236E06. Grayscale: #B2B2B2. Windows color (decimal): -2321927 or 16355804. OLE color: 16355804.
HSL color Cylindrical-coordinate representation of color #DC91F9: hue angle of 283.27º 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 #DC91F9 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 145 | 249 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.02 |
| HSL | 283.27º | 0.9% | 0.77% | - |
| HSV(B) | 283.27º | 0.42% | 0.98% | - |
| XYZ | 56.74 | 42.31 | 94.8 | - |
| YUV | 179.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 249 | 0.12 | 0.42 | 0 | 0.02 | 283.27 | 0.9 | 0.77 |
| Hex | DC | 91 | F9 | C | 2A | 0 | 2 | 11B | 5A | 4D |
| Octal | 334 | 221 | 371 | 14 | 52 | 0 | 2 | 433 | 132 | 115 |
| Binary | 11011100 | 10010001 | 11111001 | 1100 | 101010 | 0 | 10 | 100011011 | 1011010 | 1001101 |
Color Harmonies of #DC91F9
Complementary color
Monochromatic Colors of #DC91F9
Black with #DC91F9
Text Example
Text Example
White with #DC91F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC91F9; }
p { color: rgb(220,145,249); }
H1.HeaderClassName
{
color: #DC91F9;
}
.AnyTagClassName
{
color: #DC91F9;
}
</style>
background-color css
<style>
a { background-color: #DC91F9; }
a { background-color: rgb(220,145,249); }
div.DivClassName
{
background-color: #DC91F9;
}
.BgClassName
{
background-color: #DC91F9;
}
</style>
border-color css
<style>
span { border-color: #DC91F9; }
span { border-color: rgb(220,145,249); }
td.TdClassName
{
border-color: #DC91F9;
}
.TagClassName
{
border-color: #DC91F9;
}
</style>