#D981F1

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

Shades of Heliotrope #D981F1

Tints of Heliotrope #D981F1

Color information

#D981F1 (or 0xD981F1) is unknown color: approx Heliotrope. HEX triplet: D9, 81 and F1. RGB value is (217,129,241). Sum of RGB (Red+Green+Blue) = 217+129+241=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #D981F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981F1 is #267E0E. Grayscale: #A7A7A7. Windows color (decimal): -2522639 or 15827417. OLE color: 15827417.

HSL color Cylindrical-coordinate representation of color #D981F1: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D981F1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217129241-
CMYK0.100.4600.05
HSL287.14º80%72.55%-
HSV(B)287.14º46.47%94.51%-
XYZ52.3436.887.56-
YUV168.08169.15162.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 129 (50.78% from 255) = 21.98%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=36.97%
G=21.98%
B=41.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171292410.100.4600.05287.148072.55
HexD981F1A2E0511f5049
Octal331201361125605437120111
Binary1101100110000001111100011010101110010110001111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981F1; }

 p { color: rgb(217,129,241); }

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

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

 a { background-color: rgb(217,129,241); }

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

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

 span { border-color: rgb(217,129,241); }

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