Shades of Heliotrope #D980F0
Tints of Heliotrope #D980F0
RGB
CMYK
RGB Variations
Color information
#D980F0 (or 0xD980F0) is known color: Heliotrope. HEX triplet: D9, 80 and F0. RGB value is (217,128,240). Sum of RGB (Red+Green+Blue) = 217+128+240=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #D980F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980F0 is #267F0F. Grayscale: #A7A7A7. Windows color (decimal): -2522896 or 15761625. OLE color: 15761625.
HSL color Cylindrical-coordinate representation of color #D980F0: hue angle of 287.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D980F0 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 128 | 240 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.06 |
| HSL | 287.68º | 0.79% | 0.72% | - |
| HSV(B) | 287.68º | 0.47% | 0.94% | - |
| XYZ | 52.06 | 36.48 | 86.74 | - |
| YUV | 167.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 240 | 0.10 | 0.47 | 0 | 0.06 | 287.68 | 0.79 | 0.72 |
| Hex | D9 | 80 | F0 | A | 2F | 0 | 6 | 120 | 4F | 48 |
| Octal | 331 | 200 | 360 | 12 | 57 | 0 | 6 | 440 | 117 | 110 |
| Binary | 11011001 | 10000000 | 11110000 | 1010 | 101111 | 0 | 110 | 100100000 | 1001111 | 1001000 |
Color Harmonies of #D980F0
Complementary color
Monochromatic Colors of #D980F0
Black with #D980F0
Text Example
Text Example
White with #D980F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980F0; }
p { color: rgb(217,128,240); }
H1.HeaderClassName
{
color: #D980F0;
}
.AnyTagClassName
{
color: #D980F0;
}
</style>
background-color css
<style>
a { background-color: #D980F0; }
a { background-color: rgb(217,128,240); }
div.DivClassName
{
background-color: #D980F0;
}
.BgClassName
{
background-color: #D980F0;
}
</style>
border-color css
<style>
span { border-color: #D980F0; }
span { border-color: rgb(217,128,240); }
td.TdClassName
{
border-color: #D980F0;
}
.TagClassName
{
border-color: #D980F0;
}
</style>