Html Css Color HEX #D982FD Heliotrope

📋 copy color: '#D982FD'

red 217 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #D982FD

Tints of Heliotrope #D982FD

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 value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D982FD (or 0xD982FD) is known color: 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

RGB 217 130 253 -
CMYK 0.14 0.49 0 0.01
HSL 282.44º 0.97% 0.75% -
HSV(B) 282.44º 0.49% 0.99% -
XYZ 54.33 37.81 97.36 -
YUV 170.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 217 130 253 0.14 0.49 0 0.01 282.44 0.97 0.75
Hex D9 82 FD E 31 0 1 11A 61 4B
Octal 331 202 375 16 61 0 1 432 141 113
Binary 11011001 10000010 11111101 1110 110001 0 1 100011010 1100001 1001011

Color Harmonies of #D982FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982FD

Black with #D982FD

Text Example


Text Example

White with #D982FD

Text Example


Text Example

HTML Codes & Css Web 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>