Shades of Heliotrope #D980FE
Tints of Heliotrope #D980FE
RGB
CMYK
RGB Variations
Color information
#D980FE (or 0xD980FE) is known color: Heliotrope. HEX triplet: D9, 80 and FE. RGB value is (217,128,254). Sum of RGB (Red+Green+Blue) = 217+128+254=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #D980FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980FE is #267F01. Grayscale: #A8A8A8. Windows color (decimal): -2522882 or 16679129. OLE color: 16679129.
HSL color Cylindrical-coordinate representation of color #D980FE: hue angle of 282.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D980FE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 128 | 254 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.00 |
| HSL | 282.38º | 0.98% | 0.75% | - |
| HSV(B) | 282.38º | 0.5% | 1% | - |
| XYZ | 54.22 | 37.35 | 98.12 | - |
| YUV | 168.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 254 | 0.15 | 0.50 | 0 | 0.00 | 282.38 | 0.98 | 0.75 |
| Hex | D9 | 80 | FE | F | 32 | 0 | 0 | 11A | 62 | 4B |
| Octal | 331 | 200 | 376 | 17 | 62 | 0 | 0 | 432 | 142 | 113 |
| Binary | 11011001 | 10000000 | 11111110 | 1111 | 110010 | 0 | 0 | 100011010 | 1100010 | 1001011 |
Color Harmonies of #D980FE
Complementary color
Monochromatic Colors of #D980FE
Black with #D980FE
Text Example
Text Example
White with #D980FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980FE; }
p { color: rgb(217,128,254); }
H1.HeaderClassName
{
color: #D980FE;
}
.AnyTagClassName
{
color: #D980FE;
}
</style>
background-color css
<style>
a { background-color: #D980FE; }
a { background-color: rgb(217,128,254); }
div.DivClassName
{
background-color: #D980FE;
}
.BgClassName
{
background-color: #D980FE;
}
</style>
border-color css
<style>
span { border-color: #D980FE; }
span { border-color: rgb(217,128,254); }
td.TdClassName
{
border-color: #D980FE;
}
.TagClassName
{
border-color: #D980FE;
}
</style>