Shades of Heliotrope #DC85FD
Tints of Heliotrope #DC85FD
RGB
CMYK
RGB Variations
Color information
#DC85FD (or 0xDC85FD) is known color: Heliotrope. HEX triplet: DC, 85 and FD. RGB value is (220,133,253). Sum of RGB (Red+Green+Blue) = 220+133+253=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85FD is #237A02. Grayscale: #ACACAC. Windows color (decimal): -2324995 or 16614876. OLE color: 16614876.
HSL color Cylindrical-coordinate representation of color #DC85FD: hue angle of 283.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC85FD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 133 | 253 | - |
CMYK | 0.13 | 0.47 | 0 | 0.01 |
HSL | 283.5º | 0.97% | 0.76% | - |
HSV(B) | 283.5º | 0.47% | 0.99% | - |
XYZ | 55.63 | 39.08 | 97.54 | - |
YUV | 172.69 | 173.32 | 161.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 133 | 253 | 0.13 | 0.47 | 0 | 0.01 | 283.5 | 0.97 | 0.76 |
Hex | DC | 85 | FD | D | 2F | 0 | 1 | 11C | 61 | 4C |
Octal | 334 | 205 | 375 | 15 | 57 | 0 | 1 | 434 | 141 | 114 |
Binary | 11011100 | 10000101 | 11111101 | 1101 | 101111 | 0 | 1 | 100011100 | 1100001 | 1001100 |
Color Harmonies of #DC85FD
Complementary color
Monochromatic Colors of #DC85FD
Black with #DC85FD
Text Example
Text Example
White with #DC85FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85FD; }
p { color: rgb(220,133,253); }
H1.HeaderClassName
{
color: #DC85FD;
}
.AnyTagClassName
{
color: #DC85FD;
}
</style>
background-color css
<style>
a { background-color: #DC85FD; }
a { background-color: rgb(220,133,253); }
div.DivClassName
{
background-color: #DC85FD;
}
.BgClassName
{
background-color: #DC85FD;
}
</style>
border-color css
<style>
span { border-color: #DC85FD; }
span { border-color: rgb(220,133,253); }
td.TdClassName
{
border-color: #DC85FD;
}
.TagClassName
{
border-color: #DC85FD;
}
</style>