#D98DFA

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

Shades of Heliotrope #D98DFA

Tints of Heliotrope #D98DFA

Color information

#D98DFA (or 0xD98DFA) is unknown color: approx Heliotrope. HEX triplet: D9, 8D and FA. RGB value is (217,141,250). Sum of RGB (Red+Green+Blue) = 217+141+250=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D98DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98DFA is #267205. Grayscale: #AFAFAF. Windows color (decimal): -2519558 or 16420313. OLE color: 16420313.

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

Color convert

RGB217141250-
CMYK0.130.4400.02
HSL281.83º91.6%76.67%-
HSV(B)281.83º43.6%98.04%-
XYZ55.440.795.38-
YUV176.15169.68157.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 141 (55.47% from 255) = 23.19%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=35.69%
G=23.19%
B=41.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171412500.130.4400.02281.8391.676.67
HexD98DFAD2C0211a5c4d
Octal331215372155402432134115
Binary110110011000110111111010110110110001010001101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DFA; }

 p { color: rgb(217,141,250); }

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

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

 a { background-color: rgb(217,141,250); }

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

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

 span { border-color: rgb(217,141,250); }

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