Shades of Heliotrope #D65DFE
Tints of Heliotrope #D65DFE
RGB
CMYK
RGB Variations
Color information
#D65DFE (or 0xD65DFE) is known color: Heliotrope. HEX triplet: D6, 5D and FE. RGB value is (214,93,254). Sum of RGB (Red+Green+Blue) = 214+93+254=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #D65DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DFE is #29A201. Grayscale: #939393. Windows color (decimal): -2728450 or 16670166. OLE color: 16670166.
HSL color Cylindrical-coordinate representation of color #D65DFE: hue angle of 285.09º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65DFE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 93 | 254 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.00 |
| HSL | 285.09º | 0.99% | 0.68% | - |
| HSV(B) | 285.09º | 0.63% | 1% | - |
| XYZ | 49.54 | 29.28 | 96.81 | - |
| YUV | 147.53 | 188.09 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 254 | 0.16 | 0.63 | 0 | 0.00 | 285.09 | 0.99 | 0.68 |
| Hex | D6 | 5D | FE | 10 | 3F | 0 | 0 | 11D | 63 | 44 |
| Octal | 326 | 135 | 376 | 20 | 77 | 0 | 0 | 435 | 143 | 104 |
| Binary | 11010110 | 1011101 | 11111110 | 10000 | 111111 | 0 | 0 | 100011101 | 1100011 | 1000100 |
Color Harmonies of #D65DFE
Complementary color
Monochromatic Colors of #D65DFE
Black with #D65DFE
Text Example
Text Example
White with #D65DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DFE; }
p { color: rgb(214,93,254); }
H1.HeaderClassName
{
color: #D65DFE;
}
.AnyTagClassName
{
color: #D65DFE;
}
</style>
background-color css
<style>
a { background-color: #D65DFE; }
a { background-color: rgb(214,93,254); }
div.DivClassName
{
background-color: #D65DFE;
}
.BgClassName
{
background-color: #D65DFE;
}
</style>
border-color css
<style>
span { border-color: #D65DFE; }
span { border-color: rgb(214,93,254); }
td.TdClassName
{
border-color: #D65DFE;
}
.TagClassName
{
border-color: #D65DFE;
}
</style>