#D98DFD

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

Shades of Heliotrope #D98DFD

Tints of Heliotrope #D98DFD

Color information

#D98DFD (or 0xD98DFD) is unknown color: approx Heliotrope. HEX triplet: D9, 8D and FD. RGB value is (217,141,253). Sum of RGB (Red+Green+Blue) = 217+141+253=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #D98DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98DFD is #267202. Grayscale: #B0B0B0. Windows color (decimal): -2519555 or 16616921. OLE color: 16616921.

HSL color Cylindrical-coordinate representation of color #D98DFD: hue angle of 280.71º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D98DFD is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217141253-
CMYK0.140.4400.01
HSL280.71º96.55%77.25%-
HSV(B)280.71º44.27%99.22%-
XYZ55.8740.8997.88-
YUV176.49171.18156.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 141 (55.47% from 255) = 23.08%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=35.52%
G=23.08%
B=41.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171412530.140.4400.01280.7196.5577.25
HexD98DFDE2C01119614d
Octal331215375165401431141115
Binary11011001100011011111110111101011000110001100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DFD; }

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

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

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

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

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

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

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

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