#D982FD

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

Shades of Heliotrope #D982FD

Tints of Heliotrope #D982FD

Color information

#D982FD (or 0xD982FD) is unknown color: approx Heliotrope. HEX triplet: D9, 82 and FD. RGB value is (217,130,253). Sum of RGB (Red+Green+Blue) = 217+130+253=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #D982FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982FD is #267D02. Grayscale: #A9A9A9. Windows color (decimal): -2522371 or 16614105. OLE color: 16614105.

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

Color convert

RGB217130253-
CMYK0.140.4900.01
HSL282.44º96.85%75.1%-
HSV(B)282.44º48.62%99.22%-
XYZ54.3337.8197.36-
YUV170.04174.82161.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 130 (51.17% from 255) = 21.67%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=36.17%
G=21.67%
B=42.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171302530.140.4900.01282.4496.8575.1
HexD982FDE310111a614b
Octal331202375166101432141113
Binary11011001100000101111110111101100010110001101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982FD; }

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

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

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

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

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

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

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

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