Html Css Color HEX #D982FB Heliotrope

📋 copy color: '#D982FB'

red 217 ◦ green 130 ◦ blue 251

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

Shades of Heliotrope #D982FB

Tints of Heliotrope #D982FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.97%

R = 36.29%
G = 21.74%
B = 41.97%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D982FB (or 0xD982FB) is known color: Heliotrope. HEX triplet: D9, 82 and FB. RGB value is (217,130,251). Sum of RGB (Red+Green+Blue) = 217+130+251=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #D982FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982FB is #267D04. Grayscale: #A9A9A9. Windows color (decimal): -2522373 or 16483033. OLE color: 16483033.

HSL color Cylindrical-coordinate representation of color #D982FB: hue angle of 283.14º degrees, saturation: 0.94, 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 #D982FB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 130 251 -
CMYK 0.14 0.48 0 0.02
HSL 283.14º 0.94% 0.75% -
HSV(B) 283.14º 0.48% 0.98% -
XYZ 54.01 37.68 95.69 -
YUV 169.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 217 130 251 0.14 0.48 0 0.02 283.14 0.94 0.75
Hex D9 82 FB E 30 0 2 11B 5E 4B
Octal 331 202 373 16 60 0 2 433 136 113
Binary 11011001 10000010 11111011 1110 110000 0 10 100011011 1011110 1001011

Color Harmonies of #D982FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982FB

Black with #D982FB

Text Example


Text Example

White with #D982FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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