Shades of Heliotrope #D63FFD
Tints of Heliotrope #D63FFD
RGB
CMYK
RGB Variations
Color information
#D63FFD (or 0xD63FFD) is known color: Heliotrope. HEX triplet: D6, 3F and FD. RGB value is (214,63,253). Sum of RGB (Red+Green+Blue) = 214+63+253=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #D63FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FFD is #29C002. Grayscale: #818181. Windows color (decimal): -2736131 or 16596950. OLE color: 16596950.
HSL color Cylindrical-coordinate representation of color #D63FFD: hue angle of 287.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63FFD is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 63 | 253 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.01 |
| HSL | 287.68º | 0.98% | 0.62% | - |
| HSV(B) | 287.68º | 0.75% | 0.99% | - |
| XYZ | 47.24 | 24.94 | 95.25 | - |
| YUV | 129.81 | 197.53 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 253 | 0.15 | 0.75 | 0 | 0.01 | 287.68 | 0.98 | 0.62 |
| Hex | D6 | 3F | FD | F | 4B | 0 | 1 | 120 | 62 | 3E |
| Octal | 326 | 77 | 375 | 17 | 113 | 0 | 1 | 440 | 142 | 76 |
| Binary | 11010110 | 111111 | 11111101 | 1111 | 1001011 | 0 | 1 | 100100000 | 1100010 | 111110 |
Color Harmonies of #D63FFD
Complementary color
Monochromatic Colors of #D63FFD
Black with #D63FFD
Text Example
Text Example
White with #D63FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FFD; }
p { color: rgb(214,63,253); }
H1.HeaderClassName
{
color: #D63FFD;
}
.AnyTagClassName
{
color: #D63FFD;
}
</style>
background-color css
<style>
a { background-color: #D63FFD; }
a { background-color: rgb(214,63,253); }
div.DivClassName
{
background-color: #D63FFD;
}
.BgClassName
{
background-color: #D63FFD;
}
</style>
border-color css
<style>
span { border-color: #D63FFD; }
span { border-color: rgb(214,63,253); }
td.TdClassName
{
border-color: #D63FFD;
}
.TagClassName
{
border-color: #D63FFD;
}
</style>