Shades of Heliotrope #D65FEF
Tints of Heliotrope #D65FEF
RGB
CMYK
RGB Variations
Color information
#D65FEF (or 0xD65FEF) is known color: Heliotrope. HEX triplet: D6, 5F and EF. RGB value is (214,95,239). Sum of RGB (Red+Green+Blue) = 214+95+239=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #D65FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FEF is #29A010. Grayscale: #929292. Windows color (decimal): -2727953 or 15687638. OLE color: 15687638.
HSL color Cylindrical-coordinate representation of color #D65FEF: hue angle of 289.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65FEF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 95 | 239 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.06 |
| HSL | 289.58º | 0.82% | 0.65% | - |
| HSV(B) | 289.58º | 0.6% | 0.94% | - |
| XYZ | 47.4 | 28.71 | 84.7 | - |
| YUV | 147 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 239 | 0.10 | 0.60 | 0 | 0.06 | 289.58 | 0.82 | 0.65 |
| Hex | D6 | 5F | EF | A | 3C | 0 | 6 | 122 | 52 | 41 |
| Octal | 326 | 137 | 357 | 12 | 74 | 0 | 6 | 442 | 122 | 101 |
| Binary | 11010110 | 1011111 | 11101111 | 1010 | 111100 | 0 | 110 | 100100010 | 1010010 | 1000001 |
Color Harmonies of #D65FEF
Complementary color
Monochromatic Colors of #D65FEF
Black with #D65FEF
Text Example
Text Example
White with #D65FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FEF; }
p { color: rgb(214,95,239); }
H1.HeaderClassName
{
color: #D65FEF;
}
.AnyTagClassName
{
color: #D65FEF;
}
</style>
background-color css
<style>
a { background-color: #D65FEF; }
a { background-color: rgb(214,95,239); }
div.DivClassName
{
background-color: #D65FEF;
}
.BgClassName
{
background-color: #D65FEF;
}
</style>
border-color css
<style>
span { border-color: #D65FEF; }
span { border-color: rgb(214,95,239); }
td.TdClassName
{
border-color: #D65FEF;
}
.TagClassName
{
border-color: #D65FEF;
}
</style>