#D980F1

Color #D980F1 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D980F1

Tints of Heliotrope #D980F1

Color information

#D980F1 (or 0xD980F1) is unknown color: approx 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

RGB217128241-
CMYK0.100.4700.05
HSL287.26º80.14%72.35%-
HSV(B)287.26º46.89%94.51%-
XYZ52.2136.5487.52-
YUV167.49169.49163.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 128 (50.39% from 255) = 21.84%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=37.03%
G=21.84%
B=41.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171282410.100.4700.05287.2680.1472.35
HexD980F1A2F0511f5048
Octal331200361125705437120110
Binary1101100110000000111100011010101111010110001111110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>