Shades of Heliotrope #D65FFA
Tints of Heliotrope #D65FFA
RGB
CMYK
RGB Variations
Color information
#D65FFA (or 0xD65FFA) is known color: Heliotrope. HEX triplet: D6, 5F and FA. RGB value is (214,95,250). Sum of RGB (Red+Green+Blue) = 214+95+250=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #D65FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FFA is #29A005. Grayscale: #939393. Windows color (decimal): -2727942 or 16408534. OLE color: 16408534.
HSL color Cylindrical-coordinate representation of color #D65FFA: hue angle of 286.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65FFA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 95 | 250 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.02 |
| HSL | 286.06º | 0.94% | 0.68% | - |
| HSV(B) | 286.06º | 0.62% | 0.98% | - |
| XYZ | 49.08 | 29.38 | 93.53 | - |
| YUV | 148.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 250 | 0.14 | 0.62 | 0 | 0.02 | 286.06 | 0.94 | 0.68 |
| Hex | D6 | 5F | FA | E | 3E | 0 | 2 | 11E | 5E | 44 |
| Octal | 326 | 137 | 372 | 16 | 76 | 0 | 2 | 436 | 136 | 104 |
| Binary | 11010110 | 1011111 | 11111010 | 1110 | 111110 | 0 | 10 | 100011110 | 1011110 | 1000100 |
Color Harmonies of #D65FFA
Complementary color
Monochromatic Colors of #D65FFA
Black with #D65FFA
Text Example
Text Example
White with #D65FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FFA; }
p { color: rgb(214,95,250); }
H1.HeaderClassName
{
color: #D65FFA;
}
.AnyTagClassName
{
color: #D65FFA;
}
</style>
background-color css
<style>
a { background-color: #D65FFA; }
a { background-color: rgb(214,95,250); }
div.DivClassName
{
background-color: #D65FFA;
}
.BgClassName
{
background-color: #D65FFA;
}
</style>
border-color css
<style>
span { border-color: #D65FFA; }
span { border-color: rgb(214,95,250); }
td.TdClassName
{
border-color: #D65FFA;
}
.TagClassName
{
border-color: #D65FFA;
}
</style>