#D98DFE

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

Shades of Heliotrope #D98DFE

Tints of Heliotrope #D98DFE

Color information

#D98DFE (or 0xD98DFE) is unknown color: approx Heliotrope. HEX triplet: D9, 8D and FE. RGB value is (217,141,254). Sum of RGB (Red+Green+Blue) = 217+141+254=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D98DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98DFE is #267201. Grayscale: #B0B0B0. Windows color (decimal): -2519554 or 16682457. OLE color: 16682457.

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

Color convert

RGB217141254-
CMYK0.150.4400.00
HSL280.35º98.26%77.45%-
HSV(B)280.35º44.49%99.61%-
XYZ56.0340.9698.72-
YUV176.61171.68156.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 141 (55.47% from 255) = 23.04%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=35.46%
G=23.04%
B=41.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171412540.150.4400.00280.3598.2677.45
HexD98DFEF2C00118624d
Octal331215376175400430142115
Binary11011001100011011111111011111011000010001100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DFE; }

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

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

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

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

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

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

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

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