Shades of Heliotrope #D63DFE
Tints of Heliotrope #D63DFE
RGB
CMYK
RGB Variations
Color information
#D63DFE (or 0xD63DFE) is known color: Heliotrope. HEX triplet: D6, 3D and FE. RGB value is (214,61,254). Sum of RGB (Red+Green+Blue) = 214+61+254=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 61 (24.22% from 255 or 11.53% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #D63DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DFE is #29C201. Grayscale: #808080. Windows color (decimal): -2736642 or 16661974. OLE color: 16661974.
HSL color Cylindrical-coordinate representation of color #D63DFE: hue angle of 287.56º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63DFE is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 61 | 254 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.00 |
| HSL | 287.56º | 0.99% | 0.62% | - |
| HSV(B) | 287.56º | 0.76% | 1% | - |
| XYZ | 47.29 | 24.79 | 96.06 | - |
| YUV | 128.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 254 | 0.16 | 0.76 | 0 | 0.00 | 287.56 | 0.99 | 0.62 |
| Hex | D6 | 3D | FE | 10 | 4C | 0 | 0 | 120 | 63 | 3E |
| Octal | 326 | 75 | 376 | 20 | 114 | 0 | 0 | 440 | 143 | 76 |
| Binary | 11010110 | 111101 | 11111110 | 10000 | 1001100 | 0 | 0 | 100100000 | 1100011 | 111110 |
Color Harmonies of #D63DFE
Complementary color
Monochromatic Colors of #D63DFE
Black with #D63DFE
Text Example
Text Example
White with #D63DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DFE; }
p { color: rgb(214,61,254); }
H1.HeaderClassName
{
color: #D63DFE;
}
.AnyTagClassName
{
color: #D63DFE;
}
</style>
background-color css
<style>
a { background-color: #D63DFE; }
a { background-color: rgb(214,61,254); }
div.DivClassName
{
background-color: #D63DFE;
}
.BgClassName
{
background-color: #D63DFE;
}
</style>
border-color css
<style>
span { border-color: #D63DFE; }
span { border-color: rgb(214,61,254); }
td.TdClassName
{
border-color: #D63DFE;
}
.TagClassName
{
border-color: #D63DFE;
}
</style>