Html Css Color HEX #D982FF Heliotrope

📋 copy color: '#D982FF'

red 217 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #D982FF

Tints of Heliotrope #D982FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.36%

R = 36.05%
G = 21.59%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D982FF (or 0xD982FF) is known color: Heliotrope. HEX triplet: D9, 82 and FF. RGB value is (217,130,255). Sum of RGB (Red+Green+Blue) = 217+130+255=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #D982FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982FF is #267D00. Grayscale: #A9A9A9. Windows color (decimal): -2522369 or 16745177. OLE color: 16745177.

HSL color Cylindrical-coordinate representation of color #D982FF: hue angle of 281.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D982FF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 130 255 -
CMYK 0.15 0.49 0 0
HSL 281.76º 1% 0.75% -
HSV(B) 281.76º 0.49% 1% -
XYZ 54.65 37.94 99.05 -
YUV 170.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 217 130 255 0.15 0.49 0 0 281.76 1 0.75
Hex D9 82 FF F 31 0 0 11A 64 4B
Octal 331 202 377 17 61 0 0 432 144 113
Binary 11011001 10000010 11111111 1111 110001 0 0 100011010 1100100 1001011

Color Harmonies of #D982FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982FF

Black with #D982FF

Text Example


Text Example

White with #D982FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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