Shades of Heliotrope #D980F8
Tints of Heliotrope #D980F8
RGB
CMYK
RGB Variations
Color information
#D980F8 (or 0xD980F8) is known color: Heliotrope. HEX triplet: D9, 80 and F8. RGB value is (217,128,248). Sum of RGB (Red+Green+Blue) = 217+128+248=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #D980F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980F8 is #267F07. Grayscale: #A7A7A7. Windows color (decimal): -2522888 or 16285913. OLE color: 16285913.
HSL color Cylindrical-coordinate representation of color #D980F8: hue angle of 284.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D980F8 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 128 | 248 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.03 |
| HSL | 284.5º | 0.9% | 0.74% | - |
| HSV(B) | 284.5º | 0.48% | 0.97% | - |
| XYZ | 53.28 | 36.97 | 93.13 | - |
| YUV | 168.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 248 | 0.12 | 0.48 | 0 | 0.03 | 284.5 | 0.9 | 0.74 |
| Hex | D9 | 80 | F8 | C | 30 | 0 | 3 | 11C | 5A | 4A |
| Octal | 331 | 200 | 370 | 14 | 60 | 0 | 3 | 434 | 132 | 112 |
| Binary | 11011001 | 10000000 | 11111000 | 1100 | 110000 | 0 | 11 | 100011100 | 1011010 | 1001010 |
Color Harmonies of #D980F8
Complementary color
Monochromatic Colors of #D980F8
Black with #D980F8
Text Example
Text Example
White with #D980F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980F8; }
p { color: rgb(217,128,248); }
H1.HeaderClassName
{
color: #D980F8;
}
.AnyTagClassName
{
color: #D980F8;
}
</style>
background-color css
<style>
a { background-color: #D980F8; }
a { background-color: rgb(217,128,248); }
div.DivClassName
{
background-color: #D980F8;
}
.BgClassName
{
background-color: #D980F8;
}
</style>
border-color css
<style>
span { border-color: #D980F8; }
span { border-color: rgb(217,128,248); }
td.TdClassName
{
border-color: #D980F8;
}
.TagClassName
{
border-color: #D980F8;
}
</style>