Shades of Heliotrope #D778FE
Tints of Heliotrope #D778FE
RGB
CMYK
RGB Variations
Color information
#D778FE (or 0xD778FE) is known color: Heliotrope. HEX triplet: D7, 78 and FE. RGB value is (215,120,254). Sum of RGB (Red+Green+Blue) = 215+120+254=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #D778FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D778FE is #288701. Grayscale: #A3A3A3. Windows color (decimal): -2656002 or 16677079. OLE color: 16677079.
HSL color Cylindrical-coordinate representation of color #D778FE: hue angle of 282.54º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D778FE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 120 | 254 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.00 |
| HSL | 282.54º | 0.99% | 0.73% | - |
| HSV(B) | 282.54º | 0.53% | 1% | - |
| XYZ | 52.63 | 35.04 | 97.75 | - |
| YUV | 163.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 254 | 0.15 | 0.53 | 0 | 0.00 | 282.54 | 0.99 | 0.73 |
| Hex | D7 | 78 | FE | F | 35 | 0 | 0 | 11B | 63 | 49 |
| Octal | 327 | 170 | 376 | 17 | 65 | 0 | 0 | 433 | 143 | 111 |
| Binary | 11010111 | 1111000 | 11111110 | 1111 | 110101 | 0 | 0 | 100011011 | 1100011 | 1001001 |
Color Harmonies of #D778FE
Complementary color
Monochromatic Colors of #D778FE
Black with #D778FE
Text Example
Text Example
White with #D778FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778FE; }
p { color: rgb(215,120,254); }
H1.HeaderClassName
{
color: #D778FE;
}
.AnyTagClassName
{
color: #D778FE;
}
</style>
background-color css
<style>
a { background-color: #D778FE; }
a { background-color: rgb(215,120,254); }
div.DivClassName
{
background-color: #D778FE;
}
.BgClassName
{
background-color: #D778FE;
}
</style>
border-color css
<style>
span { border-color: #D778FE; }
span { border-color: rgb(215,120,254); }
td.TdClassName
{
border-color: #D778FE;
}
.TagClassName
{
border-color: #D778FE;
}
</style>