Shades of Heliotrope #DC85F9
Tints of Heliotrope #DC85F9
RGB
CMYK
RGB Variations
Color information
#DC85F9 (or 0xDC85F9) is known color: Heliotrope. HEX triplet: DC, 85 and F9. RGB value is (220,133,249). Sum of RGB (Red+Green+Blue) = 220+133+249=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85F9 is #237A06. Grayscale: #ABABAB. Windows color (decimal): -2324999 or 16352732. OLE color: 16352732.
HSL color Cylindrical-coordinate representation of color #DC85F9: hue angle of 285º 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 #DC85F9 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 133 | 249 | - |
CMYK | 0.12 | 0.47 | 0 | 0.02 |
HSL | 285º | 0.91% | 0.75% | - |
HSV(B) | 285º | 0.47% | 0.98% | - |
XYZ | 55 | 38.83 | 94.22 | - |
YUV | 172.24 | 171.32 | 162.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 133 | 249 | 0.12 | 0.47 | 0 | 0.02 | 285 | 0.91 | 0.75 |
Hex | DC | 85 | F9 | C | 2F | 0 | 2 | 11D | 5B | 4B |
Octal | 334 | 205 | 371 | 14 | 57 | 0 | 2 | 435 | 133 | 113 |
Binary | 11011100 | 10000101 | 11111001 | 1100 | 101111 | 0 | 10 | 100011101 | 1011011 | 1001011 |
Color Harmonies of #DC85F9
Complementary color
Monochromatic Colors of #DC85F9
Black with #DC85F9
Text Example
Text Example
White with #DC85F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85F9; }
p { color: rgb(220,133,249); }
H1.HeaderClassName
{
color: #DC85F9;
}
.AnyTagClassName
{
color: #DC85F9;
}
</style>
background-color css
<style>
a { background-color: #DC85F9; }
a { background-color: rgb(220,133,249); }
div.DivClassName
{
background-color: #DC85F9;
}
.BgClassName
{
background-color: #DC85F9;
}
</style>
border-color css
<style>
span { border-color: #DC85F9; }
span { border-color: rgb(220,133,249); }
td.TdClassName
{
border-color: #DC85F9;
}
.TagClassName
{
border-color: #DC85F9;
}
</style>