Shades of Heliotrope #D977FC
Tints of Heliotrope #D977FC
RGB
CMYK
RGB Variations
Color information
#D977FC (or 0xD977FC) is known color: Heliotrope. HEX triplet: D9, 77 and FC. RGB value is (217,119,252). Sum of RGB (Red+Green+Blue) = 217+119+252=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #D977FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D977FC is #268803. Grayscale: #A3A3A3. Windows color (decimal): -2525188 or 16545753. OLE color: 16545753.
HSL color Cylindrical-coordinate representation of color #D977FC: hue angle of 284.21º degrees, saturation: 0.96, 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 #D977FC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 119 | 252 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.01 |
| HSL | 284.21º | 0.96% | 0.73% | - |
| HSV(B) | 284.21º | 0.53% | 0.99% | - |
| XYZ | 52.78 | 34.97 | 96.06 | - |
| YUV | 163.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 252 | 0.14 | 0.53 | 0 | 0.01 | 284.21 | 0.96 | 0.73 |
| Hex | D9 | 77 | FC | E | 35 | 0 | 1 | 11C | 60 | 49 |
| Octal | 331 | 167 | 374 | 16 | 65 | 0 | 1 | 434 | 140 | 111 |
| Binary | 11011001 | 1110111 | 11111100 | 1110 | 110101 | 0 | 1 | 100011100 | 1100000 | 1001001 |
Color Harmonies of #D977FC
Complementary color
Monochromatic Colors of #D977FC
Black with #D977FC
Text Example
Text Example
White with #D977FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977FC; }
p { color: rgb(217,119,252); }
H1.HeaderClassName
{
color: #D977FC;
}
.AnyTagClassName
{
color: #D977FC;
}
</style>
background-color css
<style>
a { background-color: #D977FC; }
a { background-color: rgb(217,119,252); }
div.DivClassName
{
background-color: #D977FC;
}
.BgClassName
{
background-color: #D977FC;
}
</style>
border-color css
<style>
span { border-color: #D977FC; }
span { border-color: rgb(217,119,252); }
td.TdClassName
{
border-color: #D977FC;
}
.TagClassName
{
border-color: #D977FC;
}
</style>