Shades of Heliotrope #D65DF4
Tints of Heliotrope #D65DF4
RGB
CMYK
RGB Variations
Color information
#D65DF4 (or 0xD65DF4) is known color: Heliotrope. HEX triplet: D6, 5D and F4. RGB value is (214,93,244). Sum of RGB (Red+Green+Blue) = 214+93+244=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #D65DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DF4 is #29A20B. Grayscale: #919191. Windows color (decimal): -2728460 or 16014806. OLE color: 16014806.
HSL color Cylindrical-coordinate representation of color #D65DF4: hue angle of 288.08º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65DF4 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 93 | 244 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.04 |
| HSL | 288.08º | 0.87% | 0.66% | - |
| HSV(B) | 288.08º | 0.62% | 0.96% | - |
| XYZ | 47.98 | 28.66 | 88.59 | - |
| YUV | 146.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 244 | 0.12 | 0.62 | 0 | 0.04 | 288.08 | 0.87 | 0.66 |
| Hex | D6 | 5D | F4 | C | 3E | 0 | 4 | 120 | 57 | 42 |
| Octal | 326 | 135 | 364 | 14 | 76 | 0 | 4 | 440 | 127 | 102 |
| Binary | 11010110 | 1011101 | 11110100 | 1100 | 111110 | 0 | 100 | 100100000 | 1010111 | 1000010 |
Color Harmonies of #D65DF4
Complementary color
Monochromatic Colors of #D65DF4
Black with #D65DF4
Text Example
Text Example
White with #D65DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DF4; }
p { color: rgb(214,93,244); }
H1.HeaderClassName
{
color: #D65DF4;
}
.AnyTagClassName
{
color: #D65DF4;
}
</style>
background-color css
<style>
a { background-color: #D65DF4; }
a { background-color: rgb(214,93,244); }
div.DivClassName
{
background-color: #D65DF4;
}
.BgClassName
{
background-color: #D65DF4;
}
</style>
border-color css
<style>
span { border-color: #D65DF4; }
span { border-color: rgb(214,93,244); }
td.TdClassName
{
border-color: #D65DF4;
}
.TagClassName
{
border-color: #D65DF4;
}
</style>