Shades of Heliotrope #D977FB
Tints of Heliotrope #D977FB
RGB
CMYK
RGB Variations
Color information
#D977FB (or 0xD977FB) is known color: Heliotrope. HEX triplet: D9, 77 and FB. RGB value is (217,119,251). Sum of RGB (Red+Green+Blue) = 217+119+251=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #D977FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D977FB is #268804. Grayscale: #A2A2A2. Windows color (decimal): -2525189 or 16480217. OLE color: 16480217.
HSL color Cylindrical-coordinate representation of color #D977FB: hue angle of 284.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D977FB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 119 | 251 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.02 |
| HSL | 284.55º | 0.94% | 0.73% | - |
| HSV(B) | 284.55º | 0.53% | 0.98% | - |
| XYZ | 52.62 | 34.91 | 95.23 | - |
| YUV | 163.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 251 | 0.14 | 0.53 | 0 | 0.02 | 284.55 | 0.94 | 0.73 |
| Hex | D9 | 77 | FB | E | 35 | 0 | 2 | 11D | 5E | 49 |
| Octal | 331 | 167 | 373 | 16 | 65 | 0 | 2 | 435 | 136 | 111 |
| Binary | 11011001 | 1110111 | 11111011 | 1110 | 110101 | 0 | 10 | 100011101 | 1011110 | 1001001 |
Color Harmonies of #D977FB
Complementary color
Monochromatic Colors of #D977FB
Black with #D977FB
Text Example
Text Example
White with #D977FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977FB; }
p { color: rgb(217,119,251); }
H1.HeaderClassName
{
color: #D977FB;
}
.AnyTagClassName
{
color: #D977FB;
}
</style>
background-color css
<style>
a { background-color: #D977FB; }
a { background-color: rgb(217,119,251); }
div.DivClassName
{
background-color: #D977FB;
}
.BgClassName
{
background-color: #D977FB;
}
</style>
border-color css
<style>
span { border-color: #D977FB; }
span { border-color: rgb(217,119,251); }
td.TdClassName
{
border-color: #D977FB;
}
.TagClassName
{
border-color: #D977FB;
}
</style>