Shades of Heliotrope #DC81FA
Tints of Heliotrope #DC81FA
RGB
CMYK
RGB Variations
Color information
#DC81FA (or 0xDC81FA) is known color: Heliotrope. HEX triplet: DC, 81 and FA. RGB value is (220,129,250). Sum of RGB (Red+Green+Blue) = 220+129+250=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC81FA is #237E05. Grayscale: #A9A9A9. Windows color (decimal): -2326022 or 16417244. OLE color: 16417244.
HSL color Cylindrical-coordinate representation of color #DC81FA: hue angle of 285.12º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC81FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 129 | 250 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.02 |
| HSL | 285.12º | 0.92% | 0.74% | - |
| HSV(B) | 285.12º | 0.48% | 0.98% | - |
| XYZ | 54.62 | 37.82 | 94.86 | - |
| YUV | 170 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 250 | 0.12 | 0.48 | 0 | 0.02 | 285.12 | 0.92 | 0.74 |
| Hex | DC | 81 | FA | C | 30 | 0 | 2 | 11D | 5C | 4A |
| Octal | 334 | 201 | 372 | 14 | 60 | 0 | 2 | 435 | 134 | 112 |
| Binary | 11011100 | 10000001 | 11111010 | 1100 | 110000 | 0 | 10 | 100011101 | 1011100 | 1001010 |
Color Harmonies of #DC81FA
Complementary color
Monochromatic Colors of #DC81FA
Black with #DC81FA
Text Example
Text Example
White with #DC81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81FA; }
p { color: rgb(220,129,250); }
H1.HeaderClassName
{
color: #DC81FA;
}
.AnyTagClassName
{
color: #DC81FA;
}
</style>
background-color css
<style>
a { background-color: #DC81FA; }
a { background-color: rgb(220,129,250); }
div.DivClassName
{
background-color: #DC81FA;
}
.BgClassName
{
background-color: #DC81FA;
}
</style>
border-color css
<style>
span { border-color: #DC81FA; }
span { border-color: rgb(220,129,250); }
td.TdClassName
{
border-color: #DC81FA;
}
.TagClassName
{
border-color: #DC81FA;
}
</style>