Html Css Color HEX #D982F0 Heliotrope

📋 copy color: '#D982F0'

red 217 ◦ green 130 ◦ blue 240

#D982F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D982F0

Tints of Heliotrope #D982F0

RGB

 RED value IS 217 (85.16% from 255) = 36.97%

 GREEN value IS 130 (51.17% from 255) = 22.15%

 BLUE value IS 240 (94.14% from 255) = 40.89%

R = 36.97%
G = 22.15%
B = 40.89%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D982F0 (or 0xD982F0) is known color: Heliotrope. HEX triplet: D9, 82 and F0. RGB value is (217,130,240). Sum of RGB (Red+Green+Blue) = 217+130+240=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #D982F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982F0 is #267D0F. Grayscale: #A8A8A8. Windows color (decimal): -2522384 or 15762137. OLE color: 15762137.

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

Color convert

RGB 217 130 240 -
CMYK 0.10 0.46 0 0.06
HSL 287.45º 0.79% 0.73% -
HSV(B) 287.45º 0.46% 0.94% -
XYZ 52.33 37.01 86.82 -
YUV 168.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 217 130 240 0.10 0.46 0 0.06 287.45 0.79 0.73
Hex D9 82 F0 A 2E 0 6 11F 4F 49
Octal 331 202 360 12 56 0 6 437 117 111
Binary 11011001 10000010 11110000 1010 101110 0 110 100011111 1001111 1001001

Color Harmonies of #D982F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982F0

Black with #D982F0

Text Example


Text Example

White with #D982F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982F0; }

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

 H1.HeaderClassName
 {
   color: #D982F0;
 }
 .AnyTagClassName
 {
   color: #D982F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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