Shades of Heliotrope #DC84F7
Tints of Heliotrope #DC84F7
RGB
CMYK
RGB Variations
Color information
#DC84F7 (or 0xDC84F7) is known color: Heliotrope. HEX triplet: DC, 84 and F7. RGB value is (220,132,247). Sum of RGB (Red+Green+Blue) = 220+132+247=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC84F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84F7 is #237B08. Grayscale: #ABABAB. Windows color (decimal): -2325257 or 16221404. OLE color: 16221404.
HSL color Cylindrical-coordinate representation of color #DC84F7: hue angle of 285.91º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC84F7 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 132 | 247 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.03 |
| HSL | 285.91º | 0.88% | 0.74% | - |
| HSV(B) | 285.91º | 0.47% | 0.97% | - |
| XYZ | 54.55 | 38.43 | 92.54 | - |
| YUV | 171.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 247 | 0.11 | 0.47 | 0 | 0.03 | 285.91 | 0.88 | 0.74 |
| Hex | DC | 84 | F7 | B | 2F | 0 | 3 | 11E | 58 | 4A |
| Octal | 334 | 204 | 367 | 13 | 57 | 0 | 3 | 436 | 130 | 112 |
| Binary | 11011100 | 10000100 | 11110111 | 1011 | 101111 | 0 | 11 | 100011110 | 1011000 | 1001010 |
Color Harmonies of #DC84F7
Complementary color
Monochromatic Colors of #DC84F7
Black with #DC84F7
Text Example
Text Example
White with #DC84F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84F7; }
p { color: rgb(220,132,247); }
H1.HeaderClassName
{
color: #DC84F7;
}
.AnyTagClassName
{
color: #DC84F7;
}
</style>
background-color css
<style>
a { background-color: #DC84F7; }
a { background-color: rgb(220,132,247); }
div.DivClassName
{
background-color: #DC84F7;
}
.BgClassName
{
background-color: #DC84F7;
}
</style>
border-color css
<style>
span { border-color: #DC84F7; }
span { border-color: rgb(220,132,247); }
td.TdClassName
{
border-color: #DC84F7;
}
.TagClassName
{
border-color: #DC84F7;
}
</style>