Shades of Heliotrope #D63DFF
Tints of Heliotrope #D63DFF
RGB
CMYK
RGB Variations
Color information
#D63DFF (or 0xD63DFF) is known color: Heliotrope. HEX triplet: D6, 3D and FF. RGB value is (214,61,255). Sum of RGB (Red+Green+Blue) = 214+61+255=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 61 (24.22% from 255 or 11.51% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #D63DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DFF is #29C200. Grayscale: #808080. Windows color (decimal): -2736641 or 16727510. OLE color: 16727510.
HSL color Cylindrical-coordinate representation of color #D63DFF: hue angle of 287.32º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63DFF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 61 | 255 | - |
| CMYK | 0.16 | 0.76 | 0 | 0 |
| HSL | 287.32º | 1% | 0.62% | - |
| HSV(B) | 287.32º | 0.76% | 1% | - |
| XYZ | 47.45 | 24.85 | 96.9 | - |
| YUV | 128.86 | 199.19 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 255 | 0.16 | 0.76 | 0 | 0 | 287.32 | 1 | 0.62 |
| Hex | D6 | 3D | FF | 10 | 4C | 0 | 0 | 11F | 64 | 3E |
| Octal | 326 | 75 | 377 | 20 | 114 | 0 | 0 | 437 | 144 | 76 |
| Binary | 11010110 | 111101 | 11111111 | 10000 | 1001100 | 0 | 0 | 100011111 | 1100100 | 111110 |
Color Harmonies of #D63DFF
Complementary color
Monochromatic Colors of #D63DFF
Black with #D63DFF
Text Example
Text Example
White with #D63DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DFF; }
p { color: rgb(214,61,255); }
H1.HeaderClassName
{
color: #D63DFF;
}
.AnyTagClassName
{
color: #D63DFF;
}
</style>
background-color css
<style>
a { background-color: #D63DFF; }
a { background-color: rgb(214,61,255); }
div.DivClassName
{
background-color: #D63DFF;
}
.BgClassName
{
background-color: #D63DFF;
}
</style>
border-color css
<style>
span { border-color: #D63DFF; }
span { border-color: rgb(214,61,255); }
td.TdClassName
{
border-color: #D63DFF;
}
.TagClassName
{
border-color: #D63DFF;
}
</style>