Shades of Heliotrope #DC71FF
Tints of Heliotrope #DC71FF
RGB
CMYK
RGB Variations
Color information
#DC71FF (or 0xDC71FF) is known color: Heliotrope. HEX triplet: DC, 71 and FF. RGB value is (220,113,255). Sum of RGB (Red+Green+Blue) = 220+113+255=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71FF is #238E00. Grayscale: #A0A0A0. Windows color (decimal): -2330113 or 16740828. OLE color: 16740828.
HSL color Cylindrical-coordinate representation of color #DC71FF: hue angle of 285.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC71FF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 113 | 255 | - |
| CMYK | 0.14 | 0.56 | 0 | 0 |
| HSL | 285.21º | 1% | 0.72% | - |
| HSV(B) | 285.21º | 0.56% | 1% | - |
| XYZ | 53.47 | 34.25 | 98.4 | - |
| YUV | 161.18 | 180.95 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 255 | 0.14 | 0.56 | 0 | 0 | 285.21 | 1 | 0.72 |
| Hex | DC | 71 | FF | E | 38 | 0 | 0 | 11D | 64 | 48 |
| Octal | 334 | 161 | 377 | 16 | 70 | 0 | 0 | 435 | 144 | 110 |
| Binary | 11011100 | 1110001 | 11111111 | 1110 | 111000 | 0 | 0 | 100011101 | 1100100 | 1001000 |
Color Harmonies of #DC71FF
Complementary color
Monochromatic Colors of #DC71FF
Black with #DC71FF
Text Example
Text Example
White with #DC71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71FF; }
p { color: rgb(220,113,255); }
H1.HeaderClassName
{
color: #DC71FF;
}
.AnyTagClassName
{
color: #DC71FF;
}
</style>
background-color css
<style>
a { background-color: #DC71FF; }
a { background-color: rgb(220,113,255); }
div.DivClassName
{
background-color: #DC71FF;
}
.BgClassName
{
background-color: #DC71FF;
}
</style>
border-color css
<style>
span { border-color: #DC71FF; }
span { border-color: rgb(220,113,255); }
td.TdClassName
{
border-color: #DC71FF;
}
.TagClassName
{
border-color: #DC71FF;
}
</style>