Shades of Heliotrope #DC84F9
Tints of Heliotrope #DC84F9
RGB
CMYK
RGB Variations
Color information
#DC84F9 (or 0xDC84F9) is known color: Heliotrope. HEX triplet: DC, 84 and F9. RGB value is (220,132,249). Sum of RGB (Red+Green+Blue) = 220+132+249=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC84F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84F9 is #237B06. Grayscale: #ABABAB. Windows color (decimal): -2325255 or 16352476. OLE color: 16352476.
HSL color Cylindrical-coordinate representation of color #DC84F9: hue angle of 285.13º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC84F9 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 132 | 249 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.02 |
| HSL | 285.13º | 0.91% | 0.75% | - |
| HSV(B) | 285.13º | 0.47% | 0.98% | - |
| XYZ | 54.87 | 38.56 | 94.17 | - |
| YUV | 171.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 249 | 0.12 | 0.47 | 0 | 0.02 | 285.13 | 0.91 | 0.75 |
| Hex | DC | 84 | F9 | C | 2F | 0 | 2 | 11D | 5B | 4B |
| Octal | 334 | 204 | 371 | 14 | 57 | 0 | 2 | 435 | 133 | 113 |
| Binary | 11011100 | 10000100 | 11111001 | 1100 | 101111 | 0 | 10 | 100011101 | 1011011 | 1001011 |
Color Harmonies of #DC84F9
Complementary color
Monochromatic Colors of #DC84F9
Black with #DC84F9
Text Example
Text Example
White with #DC84F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84F9; }
p { color: rgb(220,132,249); }
H1.HeaderClassName
{
color: #DC84F9;
}
.AnyTagClassName
{
color: #DC84F9;
}
</style>
background-color css
<style>
a { background-color: #DC84F9; }
a { background-color: rgb(220,132,249); }
div.DivClassName
{
background-color: #DC84F9;
}
.BgClassName
{
background-color: #DC84F9;
}
</style>
border-color css
<style>
span { border-color: #DC84F9; }
span { border-color: rgb(220,132,249); }
td.TdClassName
{
border-color: #DC84F9;
}
.TagClassName
{
border-color: #DC84F9;
}
</style>