Shades of Heliotrope #D978FD
Tints of Heliotrope #D978FD
RGB
CMYK
RGB Variations
Color information
#D978FD (or 0xD978FD) is known color: Heliotrope. HEX triplet: D9, 78 and FD. RGB value is (217,120,253). Sum of RGB (Red+Green+Blue) = 217+120+253=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #D978FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978FD is #268702. Grayscale: #A3A3A3. Windows color (decimal): -2524931 or 16611545. OLE color: 16611545.
HSL color Cylindrical-coordinate representation of color #D978FD: hue angle of 283.76º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D978FD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 120 | 253 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.01 |
| HSL | 283.76º | 0.97% | 0.73% | - |
| HSV(B) | 283.76º | 0.53% | 0.99% | - |
| XYZ | 53.06 | 35.28 | 96.94 | - |
| YUV | 164.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 253 | 0.14 | 0.53 | 0 | 0.01 | 283.76 | 0.97 | 0.73 |
| Hex | D9 | 78 | FD | E | 35 | 0 | 1 | 11C | 61 | 49 |
| Octal | 331 | 170 | 375 | 16 | 65 | 0 | 1 | 434 | 141 | 111 |
| Binary | 11011001 | 1111000 | 11111101 | 1110 | 110101 | 0 | 1 | 100011100 | 1100001 | 1001001 |
Color Harmonies of #D978FD
Complementary color
Monochromatic Colors of #D978FD
Black with #D978FD
Text Example
Text Example
White with #D978FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978FD; }
p { color: rgb(217,120,253); }
H1.HeaderClassName
{
color: #D978FD;
}
.AnyTagClassName
{
color: #D978FD;
}
</style>
background-color css
<style>
a { background-color: #D978FD; }
a { background-color: rgb(217,120,253); }
div.DivClassName
{
background-color: #D978FD;
}
.BgClassName
{
background-color: #D978FD;
}
</style>
border-color css
<style>
span { border-color: #D978FD; }
span { border-color: rgb(217,120,253); }
td.TdClassName
{
border-color: #D978FD;
}
.TagClassName
{
border-color: #D978FD;
}
</style>