Shades of Heliotrope #DC89FF
Tints of Heliotrope #DC89FF
RGB
CMYK
RGB Variations
Color information
#DC89FF (or 0xDC89FF) is known color: Heliotrope. HEX triplet: DC, 89 and FF. RGB value is (220,137,255). Sum of RGB (Red+Green+Blue) = 220+137+255=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 137 (53.91% from 255 or 22.39% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89FF is #237600. Grayscale: #AEAEAE. Windows color (decimal): -2323969 or 16746972. OLE color: 16746972.
HSL color Cylindrical-coordinate representation of color #DC89FF: hue angle of 282.2º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC89FF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 137 | 255 | - |
| CMYK | 0.14 | 0.46 | 0 | 0 |
| HSL | 282.2º | 1% | 0.77% | - |
| HSV(B) | 282.2º | 0.46% | 1% | - |
| XYZ | 56.51 | 40.33 | 99.41 | - |
| YUV | 175.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 255 | 0.14 | 0.46 | 0 | 0 | 282.2 | 1 | 0.77 |
| Hex | DC | 89 | FF | E | 2E | 0 | 0 | 11A | 64 | 4D |
| Octal | 334 | 211 | 377 | 16 | 56 | 0 | 0 | 432 | 144 | 115 |
| Binary | 11011100 | 10001001 | 11111111 | 1110 | 101110 | 0 | 0 | 100011010 | 1100100 | 1001101 |
Color Harmonies of #DC89FF
Complementary color
Monochromatic Colors of #DC89FF
Black with #DC89FF
Text Example
Text Example
White with #DC89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89FF; }
p { color: rgb(220,137,255); }
H1.HeaderClassName
{
color: #DC89FF;
}
.AnyTagClassName
{
color: #DC89FF;
}
</style>
background-color css
<style>
a { background-color: #DC89FF; }
a { background-color: rgb(220,137,255); }
div.DivClassName
{
background-color: #DC89FF;
}
.BgClassName
{
background-color: #DC89FF;
}
</style>
border-color css
<style>
span { border-color: #DC89FF; }
span { border-color: rgb(220,137,255); }
td.TdClassName
{
border-color: #DC89FF;
}
.TagClassName
{
border-color: #DC89FF;
}
</style>