Shades of Heliotrope #DC89FD
Tints of Heliotrope #DC89FD
RGB
CMYK
RGB Variations
Color information
#DC89FD (or 0xDC89FD) is known color: Heliotrope. HEX triplet: DC, 89 and FD. RGB value is (220,137,253). Sum of RGB (Red+Green+Blue) = 220+137+253=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 137 (53.91% from 255 or 22.46% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89FD is #237602. Grayscale: #AEAEAE. Windows color (decimal): -2323971 or 16615900. OLE color: 16615900.
HSL color Cylindrical-coordinate representation of color #DC89FD: hue angle of 282.93º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC89FD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 137 | 253 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.01 |
| HSL | 282.93º | 0.97% | 0.76% | - |
| HSV(B) | 282.93º | 0.46% | 0.99% | - |
| XYZ | 56.19 | 40.2 | 97.73 | - |
| YUV | 175.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 253 | 0.13 | 0.46 | 0 | 0.01 | 282.93 | 0.97 | 0.76 |
| Hex | DC | 89 | FD | D | 2E | 0 | 1 | 11B | 61 | 4C |
| Octal | 334 | 211 | 375 | 15 | 56 | 0 | 1 | 433 | 141 | 114 |
| Binary | 11011100 | 10001001 | 11111101 | 1101 | 101110 | 0 | 1 | 100011011 | 1100001 | 1001100 |
Color Harmonies of #DC89FD
Complementary color
Monochromatic Colors of #DC89FD
Black with #DC89FD
Text Example
Text Example
White with #DC89FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89FD; }
p { color: rgb(220,137,253); }
H1.HeaderClassName
{
color: #DC89FD;
}
.AnyTagClassName
{
color: #DC89FD;
}
</style>
background-color css
<style>
a { background-color: #DC89FD; }
a { background-color: rgb(220,137,253); }
div.DivClassName
{
background-color: #DC89FD;
}
.BgClassName
{
background-color: #DC89FD;
}
</style>
border-color css
<style>
span { border-color: #DC89FD; }
span { border-color: rgb(220,137,253); }
td.TdClassName
{
border-color: #DC89FD;
}
.TagClassName
{
border-color: #DC89FD;
}
</style>