Shades of Heliotrope #D977FD
Tints of Heliotrope #D977FD
RGB
CMYK
RGB Variations
Color information
#D977FD (or 0xD977FD) is known color: Heliotrope. HEX triplet: D9, 77 and FD. RGB value is (217,119,253). Sum of RGB (Red+Green+Blue) = 217+119+253=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #D977FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D977FD is #268802. Grayscale: #A3A3A3. Windows color (decimal): -2525187 or 16611289. OLE color: 16611289.
HSL color Cylindrical-coordinate representation of color #D977FD: hue angle of 283.88º 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 #D977FD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 119 | 253 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.01 |
| HSL | 283.88º | 0.97% | 0.73% | - |
| HSV(B) | 283.88º | 0.53% | 0.99% | - |
| XYZ | 52.94 | 35.04 | 96.9 | - |
| YUV | 163.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 253 | 0.14 | 0.53 | 0 | 0.01 | 283.88 | 0.97 | 0.73 |
| Hex | D9 | 77 | FD | E | 35 | 0 | 1 | 11C | 61 | 49 |
| Octal | 331 | 167 | 375 | 16 | 65 | 0 | 1 | 434 | 141 | 111 |
| Binary | 11011001 | 1110111 | 11111101 | 1110 | 110101 | 0 | 1 | 100011100 | 1100001 | 1001001 |
Color Harmonies of #D977FD
Complementary color
Monochromatic Colors of #D977FD
Black with #D977FD
Text Example
Text Example
White with #D977FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977FD; }
p { color: rgb(217,119,253); }
H1.HeaderClassName
{
color: #D977FD;
}
.AnyTagClassName
{
color: #D977FD;
}
</style>
background-color css
<style>
a { background-color: #D977FD; }
a { background-color: rgb(217,119,253); }
div.DivClassName
{
background-color: #D977FD;
}
.BgClassName
{
background-color: #D977FD;
}
</style>
border-color css
<style>
span { border-color: #D977FD; }
span { border-color: rgb(217,119,253); }
td.TdClassName
{
border-color: #D977FD;
}
.TagClassName
{
border-color: #D977FD;
}
</style>