Shades of Heliotrope #DC85FB
Tints of Heliotrope #DC85FB
RGB
CMYK
RGB Variations
Color information
#DC85FB (or 0xDC85FB) is known color: Heliotrope. HEX triplet: DC, 85 and FB. RGB value is (220,133,251). Sum of RGB (Red+Green+Blue) = 220+133+251=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85FB is #237A04. Grayscale: #ACACAC. Windows color (decimal): -2324997 or 16483804. OLE color: 16483804.
HSL color Cylindrical-coordinate representation of color #DC85FB: hue angle of 284.24º degrees, saturation: 0.94, 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 #DC85FB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 133 | 251 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.02 |
| HSL | 284.24º | 0.94% | 0.75% | - |
| HSV(B) | 284.24º | 0.47% | 0.98% | - |
| XYZ | 55.32 | 38.96 | 95.87 | - |
| YUV | 172.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 251 | 0.12 | 0.47 | 0 | 0.02 | 284.24 | 0.94 | 0.75 |
| Hex | DC | 85 | FB | C | 2F | 0 | 2 | 11C | 5E | 4B |
| Octal | 334 | 205 | 373 | 14 | 57 | 0 | 2 | 434 | 136 | 113 |
| Binary | 11011100 | 10000101 | 11111011 | 1100 | 101111 | 0 | 10 | 100011100 | 1011110 | 1001011 |
Color Harmonies of #DC85FB
Complementary color
Monochromatic Colors of #DC85FB
Black with #DC85FB
Text Example
Text Example
White with #DC85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85FB; }
p { color: rgb(220,133,251); }
H1.HeaderClassName
{
color: #DC85FB;
}
.AnyTagClassName
{
color: #DC85FB;
}
</style>
background-color css
<style>
a { background-color: #DC85FB; }
a { background-color: rgb(220,133,251); }
div.DivClassName
{
background-color: #DC85FB;
}
.BgClassName
{
background-color: #DC85FB;
}
</style>
border-color css
<style>
span { border-color: #DC85FB; }
span { border-color: rgb(220,133,251); }
td.TdClassName
{
border-color: #DC85FB;
}
.TagClassName
{
border-color: #DC85FB;
}
</style>