Shades of Heliotrope #D774FA
Tints of Heliotrope #D774FA
RGB
CMYK
RGB Variations
Color information
#D774FA (or 0xD774FA) is known color: Heliotrope. HEX triplet: D7, 74 and FA. RGB value is (215,116,250). Sum of RGB (Red+Green+Blue) = 215+116+250=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #D774FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D774FA is #288B05. Grayscale: #A0A0A0. Windows color (decimal): -2657030 or 16413911. OLE color: 16413911.
HSL color Cylindrical-coordinate representation of color #D774FA: hue angle of 284.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D774FA is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 116 | 250 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.02 |
| HSL | 284.33º | 0.93% | 0.72% | - |
| HSV(B) | 284.33º | 0.54% | 0.98% | - |
| XYZ | 51.53 | 33.84 | 94.26 | - |
| YUV | 160.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 250 | 0.14 | 0.54 | 0 | 0.02 | 284.33 | 0.93 | 0.72 |
| Hex | D7 | 74 | FA | E | 36 | 0 | 2 | 11C | 5D | 48 |
| Octal | 327 | 164 | 372 | 16 | 66 | 0 | 2 | 434 | 135 | 110 |
| Binary | 11010111 | 1110100 | 11111010 | 1110 | 110110 | 0 | 10 | 100011100 | 1011101 | 1001000 |
Color Harmonies of #D774FA
Complementary color
Monochromatic Colors of #D774FA
Black with #D774FA
Text Example
Text Example
White with #D774FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774FA; }
p { color: rgb(215,116,250); }
H1.HeaderClassName
{
color: #D774FA;
}
.AnyTagClassName
{
color: #D774FA;
}
</style>
background-color css
<style>
a { background-color: #D774FA; }
a { background-color: rgb(215,116,250); }
div.DivClassName
{
background-color: #D774FA;
}
.BgClassName
{
background-color: #D774FA;
}
</style>
border-color css
<style>
span { border-color: #D774FA; }
span { border-color: rgb(215,116,250); }
td.TdClassName
{
border-color: #D774FA;
}
.TagClassName
{
border-color: #D774FA;
}
</style>