#D980F9

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

Shades of Heliotrope #D980F9

Tints of Heliotrope #D980F9

Color information

#D980F9 (or 0xD980F9) is unknown color: approx Heliotrope. HEX triplet: D9, 80 and F9. RGB value is (217,128,249). Sum of RGB (Red+Green+Blue) = 217+128+249=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #D980F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980F9 is #267F06. Grayscale: #A8A8A8. Windows color (decimal): -2522887 or 16351449. OLE color: 16351449.

HSL color Cylindrical-coordinate representation of color #D980F9: hue angle of 284.13º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D980F9 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217128249-
CMYK0.130.4900.02
HSL284.13º90.98%73.92%-
HSV(B)284.13º48.59%97.65%-
XYZ53.4337.0393.95-
YUV168.4173.49162.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 128 (50.39% from 255) = 21.55%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=36.53%
G=21.55%
B=41.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171282490.130.4900.02284.1390.9873.92
HexD980F9D310211c5b4a
Octal331200371156102434133112
Binary110110011000000011111001110111000101010001110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980F9; }

 p { color: rgb(217,128,249); }

 H1.HeaderClassName
 {
   color: #D980F9;
 }
 .AnyTagClassName
 {
   color: #D980F9;
 }
</style>
background-color css

<style>
 a { background-color: #D980F9; }

 a { background-color: rgb(217,128,249); }

 div.DivClassName
 {
   background-color: #D980F9;
 }
 .BgClassName
 {
   background-color: #D980F9;
 }
</style>
border-color css

<style>
 span { border-color: #D980F9; }

 span { border-color: rgb(217,128,249); }

 td.TdClassName
 {
   border-color: #D980F9;
 }
 .TagClassName
 {
   border-color: #D980F9;
 }
</style>