#D98DF0

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

Shades of Heliotrope #D98DF0

Tints of Heliotrope #D98DF0

Color information

#D98DF0 (or 0xD98DF0) is unknown color: approx Heliotrope. HEX triplet: D9, 8D and F0. RGB value is (217,141,240). Sum of RGB (Red+Green+Blue) = 217+141+240=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #D98DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98DF0 is #26720F. Grayscale: #AEAEAE. Windows color (decimal): -2519568 or 15764953. OLE color: 15764953.

HSL color Cylindrical-coordinate representation of color #D98DF0: hue angle of 286.06º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98DF0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217141240-
CMYK0.100.4100.06
HSL286.06º76.74%74.71%-
HSV(B)286.06º41.25%94.12%-
XYZ53.8740.0987.34-
YUV175.01164.68157.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 141 (55.47% from 255) = 23.58%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=36.29%
G=23.58%
B=40.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171412400.100.4100.06286.0676.7474.71
HexD98DF0A290611e4d4b
Octal331215360125106436115113
Binary1101100110001101111100001010101001011010001111010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DF0; }

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

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

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

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

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

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

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

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