Html Css Color HEX #D982FA Heliotrope

📋 copy color: '#D982FA'

red 217 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #D982FA

Tints of Heliotrope #D982FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 36.35%
G = 21.78%
B = 41.88%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D982FA (or 0xD982FA) is known color: Heliotrope. HEX triplet: D9, 82 and FA. RGB value is (217,130,250). Sum of RGB (Red+Green+Blue) = 217+130+250=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #D982FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982FA is #267D05. Grayscale: #A9A9A9. Windows color (decimal): -2522374 or 16417497. OLE color: 16417497.

HSL color Cylindrical-coordinate representation of color #D982FA: hue angle of 283.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D982FA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 130 250 -
CMYK 0.13 0.48 0 0.02
HSL 283.5º 0.92% 0.75% -
HSV(B) 283.5º 0.48% 0.98% -
XYZ 53.85 37.62 94.87 -
YUV 169.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 217 130 250 0.13 0.48 0 0.02 283.5 0.92 0.75
Hex D9 82 FA D 30 0 2 11C 5C 4B
Octal 331 202 372 15 60 0 2 434 134 113
Binary 11011001 10000010 11111010 1101 110000 0 10 100011100 1011100 1001011

Color Harmonies of #D982FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982FA

Black with #D982FA

Text Example


Text Example

White with #D982FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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