Shades of Heliotrope #D658FA
Tints of Heliotrope #D658FA
RGB
CMYK
RGB Variations
Color information
#D658FA (or 0xD658FA) is known color: Heliotrope. HEX triplet: D6, 58 and FA. RGB value is (214,88,250). Sum of RGB (Red+Green+Blue) = 214+88+250=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #D658FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D658FA is #29A705. Grayscale: #8F8F8F. Windows color (decimal): -2729734 or 16406742. OLE color: 16406742.
HSL color Cylindrical-coordinate representation of color #D658FA: hue angle of 286.67º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D658FA is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 88 | 250 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.02 |
| HSL | 286.67º | 0.94% | 0.66% | - |
| HSV(B) | 286.67º | 0.65% | 0.98% | - |
| XYZ | 48.48 | 28.18 | 93.33 | - |
| YUV | 144.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 250 | 0.14 | 0.65 | 0 | 0.02 | 286.67 | 0.94 | 0.66 |
| Hex | D6 | 58 | FA | E | 41 | 0 | 2 | 11F | 5E | 42 |
| Octal | 326 | 130 | 372 | 16 | 101 | 0 | 2 | 437 | 136 | 102 |
| Binary | 11010110 | 1011000 | 11111010 | 1110 | 1000001 | 0 | 10 | 100011111 | 1011110 | 1000010 |
Color Harmonies of #D658FA
Complementary color
Monochromatic Colors of #D658FA
Black with #D658FA
Text Example
Text Example
White with #D658FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658FA; }
p { color: rgb(214,88,250); }
H1.HeaderClassName
{
color: #D658FA;
}
.AnyTagClassName
{
color: #D658FA;
}
</style>
background-color css
<style>
a { background-color: #D658FA; }
a { background-color: rgb(214,88,250); }
div.DivClassName
{
background-color: #D658FA;
}
.BgClassName
{
background-color: #D658FA;
}
</style>
border-color css
<style>
span { border-color: #D658FA; }
span { border-color: rgb(214,88,250); }
td.TdClassName
{
border-color: #D658FA;
}
.TagClassName
{
border-color: #D658FA;
}
</style>