Shades of Heliotrope #DC89F8
Tints of Heliotrope #DC89F8
RGB
CMYK
RGB Variations
Color information
#DC89F8 (or 0xDC89F8) is known color: Heliotrope. HEX triplet: DC, 89 and F8. RGB value is (220,137,248). Sum of RGB (Red+Green+Blue) = 220+137+248=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC89F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89F8 is #237607. Grayscale: #AEAEAE. Windows color (decimal): -2323976 or 16288220. OLE color: 16288220.
HSL color Cylindrical-coordinate representation of color #DC89F8: hue angle of 284.86º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC89F8 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 137 | 248 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.03 |
| HSL | 284.86º | 0.89% | 0.75% | - |
| HSV(B) | 284.86º | 0.45% | 0.97% | - |
| XYZ | 55.4 | 39.88 | 93.59 | - |
| YUV | 174.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 248 | 0.11 | 0.45 | 0 | 0.03 | 284.86 | 0.89 | 0.75 |
| Hex | DC | 89 | F8 | B | 2D | 0 | 3 | 11D | 59 | 4B |
| Octal | 334 | 211 | 370 | 13 | 55 | 0 | 3 | 435 | 131 | 113 |
| Binary | 11011100 | 10001001 | 11111000 | 1011 | 101101 | 0 | 11 | 100011101 | 1011001 | 1001011 |
Color Harmonies of #DC89F8
Complementary color
Monochromatic Colors of #DC89F8
Black with #DC89F8
Text Example
Text Example
White with #DC89F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89F8; }
p { color: rgb(220,137,248); }
H1.HeaderClassName
{
color: #DC89F8;
}
.AnyTagClassName
{
color: #DC89F8;
}
</style>
background-color css
<style>
a { background-color: #DC89F8; }
a { background-color: rgb(220,137,248); }
div.DivClassName
{
background-color: #DC89F8;
}
.BgClassName
{
background-color: #DC89F8;
}
</style>
border-color css
<style>
span { border-color: #DC89F8; }
span { border-color: rgb(220,137,248); }
td.TdClassName
{
border-color: #DC89F8;
}
.TagClassName
{
border-color: #DC89F8;
}
</style>