Shades of Heliotrope #DC85FE
Tints of Heliotrope #DC85FE
RGB
CMYK
RGB Variations
Color information
#DC85FE (or 0xDC85FE) is known color: Heliotrope. HEX triplet: DC, 85 and FE. RGB value is (220,133,254). Sum of RGB (Red+Green+Blue) = 220+133+254=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85FE is #237A01. Grayscale: #ACACAC. Windows color (decimal): -2324994 or 16680412. OLE color: 16680412.
HSL color Cylindrical-coordinate representation of color #DC85FE: hue angle of 283.14º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC85FE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 133 | 254 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.00 |
| HSL | 283.14º | 0.98% | 0.76% | - |
| HSV(B) | 283.14º | 0.48% | 1% | - |
| XYZ | 55.79 | 39.15 | 98.38 | - |
| YUV | 172.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 254 | 0.13 | 0.48 | 0 | 0.00 | 283.14 | 0.98 | 0.76 |
| Hex | DC | 85 | FE | D | 30 | 0 | 0 | 11B | 62 | 4C |
| Octal | 334 | 205 | 376 | 15 | 60 | 0 | 0 | 433 | 142 | 114 |
| Binary | 11011100 | 10000101 | 11111110 | 1101 | 110000 | 0 | 0 | 100011011 | 1100010 | 1001100 |
Color Harmonies of #DC85FE
Complementary color
Monochromatic Colors of #DC85FE
Black with #DC85FE
Text Example
Text Example
White with #DC85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85FE; }
p { color: rgb(220,133,254); }
H1.HeaderClassName
{
color: #DC85FE;
}
.AnyTagClassName
{
color: #DC85FE;
}
</style>
background-color css
<style>
a { background-color: #DC85FE; }
a { background-color: rgb(220,133,254); }
div.DivClassName
{
background-color: #DC85FE;
}
.BgClassName
{
background-color: #DC85FE;
}
</style>
border-color css
<style>
span { border-color: #DC85FE; }
span { border-color: rgb(220,133,254); }
td.TdClassName
{
border-color: #DC85FE;
}
.TagClassName
{
border-color: #DC85FE;
}
</style>