#D982FE

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

Shades of Heliotrope #D982FE

Tints of Heliotrope #D982FE

Color information

#D982FE (or 0xD982FE) is unknown color: approx Heliotrope. HEX triplet: D9, 82 and FE. RGB value is (217,130,254). Sum of RGB (Red+Green+Blue) = 217+130+254=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #D982FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982FE is #267D01. Grayscale: #A9A9A9. Windows color (decimal): -2522370 or 16679641. OLE color: 16679641.

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

Color convert

RGB217130254-
CMYK0.150.4900.00
HSL282.1º98.41%75.29%-
HSV(B)282.1º48.82%99.61%-
XYZ54.4937.8798.2-
YUV170.15175.32161.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=36.11%
G=21.63%
B=42.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171302540.150.4900.00282.198.4175.29
HexD982FEF310011a624b
Octal331202376176100432142113
Binary11011001100000101111111011111100010010001101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982FE; }

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

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

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

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

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

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

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

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