Shades of Heliotrope #D790FA
Tints of Heliotrope #D790FA
RGB
CMYK
RGB Variations
Color information
#D790FA (or 0xD790FA) is known color: Heliotrope. HEX triplet: D7, 90 and FA. RGB value is (215,144,250). Sum of RGB (Red+Green+Blue) = 215+144+250=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #D790FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D790FA is #286F05. Grayscale: #B0B0B0. Windows color (decimal): -2649862 or 16421079. OLE color: 16421079.
HSL color Cylindrical-coordinate representation of color #D790FA: hue angle of 280.19º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D790FA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 144 | 250 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.02 |
| HSL | 280.19º | 0.91% | 0.77% | - |
| HSV(B) | 280.19º | 0.42% | 0.98% | - |
| XYZ | 55.25 | 41.3 | 95.5 | - |
| YUV | 177.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 250 | 0.14 | 0.42 | 0 | 0.02 | 280.19 | 0.91 | 0.77 |
| Hex | D7 | 90 | FA | E | 2A | 0 | 2 | 118 | 5B | 4D |
| Octal | 327 | 220 | 372 | 16 | 52 | 0 | 2 | 430 | 133 | 115 |
| Binary | 11010111 | 10010000 | 11111010 | 1110 | 101010 | 0 | 10 | 100011000 | 1011011 | 1001101 |
Color Harmonies of #D790FA
Complementary color
Monochromatic Colors of #D790FA
Black with #D790FA
Text Example
Text Example
White with #D790FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D790FA; }
p { color: rgb(215,144,250); }
H1.HeaderClassName
{
color: #D790FA;
}
.AnyTagClassName
{
color: #D790FA;
}
</style>
background-color css
<style>
a { background-color: #D790FA; }
a { background-color: rgb(215,144,250); }
div.DivClassName
{
background-color: #D790FA;
}
.BgClassName
{
background-color: #D790FA;
}
</style>
border-color css
<style>
span { border-color: #D790FA; }
span { border-color: rgb(215,144,250); }
td.TdClassName
{
border-color: #D790FA;
}
.TagClassName
{
border-color: #D790FA;
}
</style>