Shades of Heliotrope #D76FFF
Tints of Heliotrope #D76FFF
RGB
CMYK
RGB Variations
Color information
#D76FFF (or 0xD76FFF) is known color: Heliotrope. HEX triplet: D7, 6F and FF. RGB value is (215,111,255). Sum of RGB (Red+Green+Blue) = 215+111+255=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #D76FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76FFF is #289000. Grayscale: #9E9E9E. Windows color (decimal): -2658305 or 16740311. OLE color: 16740311.
HSL color Cylindrical-coordinate representation of color #D76FFF: hue angle of 283.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D76FFF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 111 | 255 | - |
| CMYK | 0.16 | 0.56 | 0 | 0 |
| HSL | 283.33º | 1% | 0.72% | - |
| HSV(B) | 283.33º | 0.56% | 1% | - |
| XYZ | 51.76 | 33.04 | 98.26 | - |
| YUV | 158.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 255 | 0.16 | 0.56 | 0 | 0 | 283.33 | 1 | 0.72 |
| Hex | D7 | 6F | FF | 10 | 38 | 0 | 0 | 11B | 64 | 48 |
| Octal | 327 | 157 | 377 | 20 | 70 | 0 | 0 | 433 | 144 | 110 |
| Binary | 11010111 | 1101111 | 11111111 | 10000 | 111000 | 0 | 0 | 100011011 | 1100100 | 1001000 |
Color Harmonies of #D76FFF
Complementary color
Monochromatic Colors of #D76FFF
Black with #D76FFF
Text Example
Text Example
White with #D76FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FFF; }
p { color: rgb(215,111,255); }
H1.HeaderClassName
{
color: #D76FFF;
}
.AnyTagClassName
{
color: #D76FFF;
}
</style>
background-color css
<style>
a { background-color: #D76FFF; }
a { background-color: rgb(215,111,255); }
div.DivClassName
{
background-color: #D76FFF;
}
.BgClassName
{
background-color: #D76FFF;
}
</style>
border-color css
<style>
span { border-color: #D76FFF; }
span { border-color: rgb(215,111,255); }
td.TdClassName
{
border-color: #D76FFF;
}
.TagClassName
{
border-color: #D76FFF;
}
</style>