Html Css Color HEX #D982F5 Heliotrope

📋 copy color: '#D982F5'

red 217 ◦ green 130 ◦ blue 245

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

Shades of Heliotrope #D982F5

Tints of Heliotrope #D982F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.39%

R = 36.66%
G = 21.96%
B = 41.39%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D982F5 (or 0xD982F5) is known color: Heliotrope. HEX triplet: D9, 82 and F5. RGB value is (217,130,245). Sum of RGB (Red+Green+Blue) = 217+130+245=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 245 - color contains mainly: blue. Hex color #D982F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982F5 is #267D0A. Grayscale: #A8A8A8. Windows color (decimal): -2522379 or 16089817. OLE color: 16089817.

HSL color Cylindrical-coordinate representation of color #D982F5: hue angle of 285.39º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D982F5 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 130 245 -
CMYK 0.11 0.47 0 0.04
HSL 285.39º 0.85% 0.74% -
HSV(B) 285.39º 0.47% 0.96% -
XYZ 53.08 37.31 90.79 -
YUV 169.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 217 130 245 0.11 0.47 0 0.04 285.39 0.85 0.74
Hex D9 82 F5 B 2F 0 4 11D 55 4A
Octal 331 202 365 13 57 0 4 435 125 112
Binary 11011001 10000010 11110101 1011 101111 0 100 100011101 1010101 1001010

Color Harmonies of #D982F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982F5

Black with #D982F5

Text Example


Text Example

White with #D982F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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