Shades of Heliotrope #D770FA
Tints of Heliotrope #D770FA
RGB
CMYK
RGB Variations
Color information
#D770FA (or 0xD770FA) is known color: Heliotrope. HEX triplet: D7, 70 and FA. RGB value is (215,112,250). Sum of RGB (Red+Green+Blue) = 215+112+250=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #D770FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770FA is #288F05. Grayscale: #9E9E9E. Windows color (decimal): -2658054 or 16412887. OLE color: 16412887.
HSL color Cylindrical-coordinate representation of color #D770FA: hue angle of 284.78º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D770FA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 112 | 250 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.02 |
| HSL | 284.78º | 0.93% | 0.71% | - |
| HSV(B) | 284.78º | 0.55% | 0.98% | - |
| XYZ | 51.07 | 32.94 | 94.11 | - |
| YUV | 158.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 250 | 0.14 | 0.55 | 0 | 0.02 | 284.78 | 0.93 | 0.71 |
| Hex | D7 | 70 | FA | E | 37 | 0 | 2 | 11D | 5D | 47 |
| Octal | 327 | 160 | 372 | 16 | 67 | 0 | 2 | 435 | 135 | 107 |
| Binary | 11010111 | 1110000 | 11111010 | 1110 | 110111 | 0 | 10 | 100011101 | 1011101 | 1000111 |
Color Harmonies of #D770FA
Complementary color
Monochromatic Colors of #D770FA
Black with #D770FA
Text Example
Text Example
White with #D770FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770FA; }
p { color: rgb(215,112,250); }
H1.HeaderClassName
{
color: #D770FA;
}
.AnyTagClassName
{
color: #D770FA;
}
</style>
background-color css
<style>
a { background-color: #D770FA; }
a { background-color: rgb(215,112,250); }
div.DivClassName
{
background-color: #D770FA;
}
.BgClassName
{
background-color: #D770FA;
}
</style>
border-color css
<style>
span { border-color: #D770FA; }
span { border-color: rgb(215,112,250); }
td.TdClassName
{
border-color: #D770FA;
}
.TagClassName
{
border-color: #D770FA;
}
</style>