Shades of Heliotrope #D980F1
Tints of Heliotrope #D980F1
RGB
CMYK
RGB Variations
Color information
#D980F1 (or 0xD980F1) is known color: Heliotrope. HEX triplet: D9, 80 and F1. RGB value is (217,128,241). Sum of RGB (Red+Green+Blue) = 217+128+241=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #D980F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980F1 is #267F0E. Grayscale: #A7A7A7. Windows color (decimal): -2522895 or 15827161. OLE color: 15827161.
HSL color Cylindrical-coordinate representation of color #D980F1: hue angle of 287.26º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D980F1 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 128 | 241 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.05 |
| HSL | 287.26º | 0.8% | 0.72% | - |
| HSV(B) | 287.26º | 0.47% | 0.95% | - |
| XYZ | 52.21 | 36.54 | 87.52 | - |
| YUV | 167.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 241 | 0.10 | 0.47 | 0 | 0.05 | 287.26 | 0.8 | 0.72 |
| Hex | D9 | 80 | F1 | A | 2F | 0 | 5 | 11F | 50 | 48 |
| Octal | 331 | 200 | 361 | 12 | 57 | 0 | 5 | 437 | 120 | 110 |
| Binary | 11011001 | 10000000 | 11110001 | 1010 | 101111 | 0 | 101 | 100011111 | 1010000 | 1001000 |
Color Harmonies of #D980F1
Complementary color
Monochromatic Colors of #D980F1
Black with #D980F1
Text Example
Text Example
White with #D980F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D980F1; }
p { color: rgb(217,128,241); }
H1.HeaderClassName
{
color: #D980F1;
}
.AnyTagClassName
{
color: #D980F1;
}
</style>
background-color css
<style>
a { background-color: #D980F1; }
a { background-color: rgb(217,128,241); }
div.DivClassName
{
background-color: #D980F1;
}
.BgClassName
{
background-color: #D980F1;
}
</style>
border-color css
<style>
span { border-color: #D980F1; }
span { border-color: rgb(217,128,241); }
td.TdClassName
{
border-color: #D980F1;
}
.TagClassName
{
border-color: #D980F1;
}
</style>