Shades of Heliotrope #D671FA
Tints of Heliotrope #D671FA
RGB
CMYK
RGB Variations
Color information
#D671FA (or 0xD671FA) is known color: Heliotrope. HEX triplet: D6, 71 and FA. RGB value is (214,113,250). Sum of RGB (Red+Green+Blue) = 214+113+250=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #D671FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D671FA is #298E05. Grayscale: #9E9E9E. Windows color (decimal): -2723334 or 16413142. OLE color: 16413142.
HSL color Cylindrical-coordinate representation of color #D671FA: hue angle of 284.23º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D671FA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 113 | 250 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.02 |
| HSL | 284.23º | 0.93% | 0.71% | - |
| HSV(B) | 284.23º | 0.55% | 0.98% | - |
| XYZ | 50.89 | 33.01 | 94.13 | - |
| YUV | 158.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 250 | 0.14 | 0.55 | 0 | 0.02 | 284.23 | 0.93 | 0.71 |
| Hex | D6 | 71 | FA | E | 37 | 0 | 2 | 11C | 5D | 47 |
| Octal | 326 | 161 | 372 | 16 | 67 | 0 | 2 | 434 | 135 | 107 |
| Binary | 11010110 | 1110001 | 11111010 | 1110 | 110111 | 0 | 10 | 100011100 | 1011101 | 1000111 |
Color Harmonies of #D671FA
Complementary color
Monochromatic Colors of #D671FA
Black with #D671FA
Text Example
Text Example
White with #D671FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D671FA; }
p { color: rgb(214,113,250); }
H1.HeaderClassName
{
color: #D671FA;
}
.AnyTagClassName
{
color: #D671FA;
}
</style>
background-color css
<style>
a { background-color: #D671FA; }
a { background-color: rgb(214,113,250); }
div.DivClassName
{
background-color: #D671FA;
}
.BgClassName
{
background-color: #D671FA;
}
</style>
border-color css
<style>
span { border-color: #D671FA; }
span { border-color: rgb(214,113,250); }
td.TdClassName
{
border-color: #D671FA;
}
.TagClassName
{
border-color: #D671FA;
}
</style>