Shades of Heliotrope #DA71FE
Tints of Heliotrope #DA71FE
RGB
CMYK
RGB Variations
Color information
#DA71FE (or 0xDA71FE) is known color: Heliotrope. HEX triplet: DA, 71 and FE. RGB value is (218,113,254). Sum of RGB (Red+Green+Blue) = 218+113+254=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71FE is #258E01. Grayscale: #A0A0A0. Windows color (decimal): -2461186 or 16675290. OLE color: 16675290.
HSL color Cylindrical-coordinate representation of color #DA71FE: hue angle of 284.68º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA71FE is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 113 | 254 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.00 |
| HSL | 284.68º | 0.99% | 0.72% | - |
| HSV(B) | 284.68º | 0.56% | 1% | - |
| XYZ | 52.71 | 33.87 | 97.53 | - |
| YUV | 160.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 254 | 0.14 | 0.56 | 0 | 0.00 | 284.68 | 0.99 | 0.72 |
| Hex | DA | 71 | FE | E | 38 | 0 | 0 | 11D | 63 | 48 |
| Octal | 332 | 161 | 376 | 16 | 70 | 0 | 0 | 435 | 143 | 110 |
| Binary | 11011010 | 1110001 | 11111110 | 1110 | 111000 | 0 | 0 | 100011101 | 1100011 | 1001000 |
Color Harmonies of #DA71FE
Complementary color
Monochromatic Colors of #DA71FE
Black with #DA71FE
Text Example
Text Example
White with #DA71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71FE; }
p { color: rgb(218,113,254); }
H1.HeaderClassName
{
color: #DA71FE;
}
.AnyTagClassName
{
color: #DA71FE;
}
</style>
background-color css
<style>
a { background-color: #DA71FE; }
a { background-color: rgb(218,113,254); }
div.DivClassName
{
background-color: #DA71FE;
}
.BgClassName
{
background-color: #DA71FE;
}
</style>
border-color css
<style>
span { border-color: #DA71FE; }
span { border-color: rgb(218,113,254); }
td.TdClassName
{
border-color: #DA71FE;
}
.TagClassName
{
border-color: #DA71FE;
}
</style>