Shades of Heliotrope #DC89F9
Tints of Heliotrope #DC89F9
RGB
CMYK
RGB Variations
Color information
#DC89F9 (or 0xDC89F9) is known color: Heliotrope. HEX triplet: DC, 89 and F9. RGB value is (220,137,249). Sum of RGB (Red+Green+Blue) = 220+137+249=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC89F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89F9 is #237606. Grayscale: #AEAEAE. Windows color (decimal): -2323975 or 16353756. OLE color: 16353756.
HSL color Cylindrical-coordinate representation of color #DC89F9: hue angle of 284.46º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC89F9 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 137 | 249 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.02 |
| HSL | 284.46º | 0.9% | 0.76% | - |
| HSV(B) | 284.46º | 0.45% | 0.98% | - |
| XYZ | 55.56 | 39.95 | 94.4 | - |
| YUV | 174.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 249 | 0.12 | 0.45 | 0 | 0.02 | 284.46 | 0.9 | 0.76 |
| Hex | DC | 89 | F9 | C | 2D | 0 | 2 | 11C | 5A | 4C |
| Octal | 334 | 211 | 371 | 14 | 55 | 0 | 2 | 434 | 132 | 114 |
| Binary | 11011100 | 10001001 | 11111001 | 1100 | 101101 | 0 | 10 | 100011100 | 1011010 | 1001100 |
Color Harmonies of #DC89F9
Complementary color
Monochromatic Colors of #DC89F9
Black with #DC89F9
Text Example
Text Example
White with #DC89F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89F9; }
p { color: rgb(220,137,249); }
H1.HeaderClassName
{
color: #DC89F9;
}
.AnyTagClassName
{
color: #DC89F9;
}
</style>
background-color css
<style>
a { background-color: #DC89F9; }
a { background-color: rgb(220,137,249); }
div.DivClassName
{
background-color: #DC89F9;
}
.BgClassName
{
background-color: #DC89F9;
}
</style>
border-color css
<style>
span { border-color: #DC89F9; }
span { border-color: rgb(220,137,249); }
td.TdClassName
{
border-color: #DC89F9;
}
.TagClassName
{
border-color: #DC89F9;
}
</style>