Shades of Heliotrope #DC89F2
Tints of Heliotrope #DC89F2
RGB
CMYK
RGB Variations
Color information
#DC89F2 (or 0xDC89F2) is known color: Heliotrope. HEX triplet: DC, 89 and F2. RGB value is (220,137,242). Sum of RGB (Red+Green+Blue) = 220+137+242=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC89F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC89F2 is #23760D. Grayscale: #ADADAD. Windows color (decimal): -2323982 or 15895004. OLE color: 15895004.
HSL color Cylindrical-coordinate representation of color #DC89F2: hue angle of 287.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC89F2 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 137 | 242 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.05 |
| HSL | 287.43º | 0.8% | 0.74% | - |
| HSV(B) | 287.43º | 0.43% | 0.95% | - |
| XYZ | 54.49 | 39.52 | 88.76 | - |
| YUV | 173.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 242 | 0.09 | 0.43 | 0 | 0.05 | 287.43 | 0.8 | 0.74 |
| Hex | DC | 89 | F2 | 9 | 2B | 0 | 5 | 11F | 50 | 4A |
| Octal | 334 | 211 | 362 | 11 | 53 | 0 | 5 | 437 | 120 | 112 |
| Binary | 11011100 | 10001001 | 11110010 | 1001 | 101011 | 0 | 101 | 100011111 | 1010000 | 1001010 |
Color Harmonies of #DC89F2
Complementary color
Monochromatic Colors of #DC89F2
Black with #DC89F2
Text Example
Text Example
White with #DC89F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89F2; }
p { color: rgb(220,137,242); }
H1.HeaderClassName
{
color: #DC89F2;
}
.AnyTagClassName
{
color: #DC89F2;
}
</style>
background-color css
<style>
a { background-color: #DC89F2; }
a { background-color: rgb(220,137,242); }
div.DivClassName
{
background-color: #DC89F2;
}
.BgClassName
{
background-color: #DC89F2;
}
</style>
border-color css
<style>
span { border-color: #DC89F2; }
span { border-color: rgb(220,137,242); }
td.TdClassName
{
border-color: #DC89F2;
}
.TagClassName
{
border-color: #DC89F2;
}
</style>