Shades of Heliotrope #DC89FE
Tints of Heliotrope #DC89FE
RGB
CMYK
RGB Variations
Color information
#DC89FE (or 0xDC89FE) is known color: Heliotrope. HEX triplet: DC, 89 and FE. RGB value is (220,137,254). Sum of RGB (Red+Green+Blue) = 220+137+254=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 137 (53.91% from 255 or 22.42% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC89FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89FE is #237601. Grayscale: #AEAEAE. Windows color (decimal): -2323970 or 16681436. OLE color: 16681436.
HSL color Cylindrical-coordinate representation of color #DC89FE: hue angle of 282.56º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC89FE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 137 | 254 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.00 |
| HSL | 282.56º | 0.98% | 0.77% | - |
| HSV(B) | 282.56º | 0.46% | 1% | - |
| XYZ | 56.35 | 40.26 | 98.57 | - |
| YUV | 175.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 254 | 0.13 | 0.46 | 0 | 0.00 | 282.56 | 0.98 | 0.77 |
| Hex | DC | 89 | FE | D | 2E | 0 | 0 | 11B | 62 | 4D |
| Octal | 334 | 211 | 376 | 15 | 56 | 0 | 0 | 433 | 142 | 115 |
| Binary | 11011100 | 10001001 | 11111110 | 1101 | 101110 | 0 | 0 | 100011011 | 1100010 | 1001101 |
Color Harmonies of #DC89FE
Complementary color
Monochromatic Colors of #DC89FE
Black with #DC89FE
Text Example
Text Example
White with #DC89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89FE; }
p { color: rgb(220,137,254); }
H1.HeaderClassName
{
color: #DC89FE;
}
.AnyTagClassName
{
color: #DC89FE;
}
</style>
background-color css
<style>
a { background-color: #DC89FE; }
a { background-color: rgb(220,137,254); }
div.DivClassName
{
background-color: #DC89FE;
}
.BgClassName
{
background-color: #DC89FE;
}
</style>
border-color css
<style>
span { border-color: #DC89FE; }
span { border-color: rgb(220,137,254); }
td.TdClassName
{
border-color: #DC89FE;
}
.TagClassName
{
border-color: #DC89FE;
}
</style>