Html Css Color HEX #D982FE Heliotrope

📋 copy color: '#D982FE'

red 217 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #D982FE

Tints of Heliotrope #D982FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 36.11%
G = 21.63%
B = 42.26%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D982FE (or 0xD982FE) is known color: Heliotrope. HEX triplet: D9, 82 and FE. RGB value is (217,130,254). Sum of RGB (Red+Green+Blue) = 217+130+254=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #D982FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982FE is #267D01. Grayscale: #A9A9A9. Windows color (decimal): -2522370 or 16679641. OLE color: 16679641.

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

Color convert

RGB 217 130 254 -
CMYK 0.15 0.49 0 0.00
HSL 282.1º 0.98% 0.75% -
HSV(B) 282.1º 0.49% 1% -
XYZ 54.49 37.87 98.2 -
YUV 170.15 175.32 161.42 -
System Red Green Blue C M Y K H S L
Decimal 217 130 254 0.15 0.49 0 0.00 282.1 0.98 0.75
Hex D9 82 FE F 31 0 0 11A 62 4B
Octal 331 202 376 17 61 0 0 432 142 113
Binary 11011001 10000010 11111110 1111 110001 0 0 100011010 1100010 1001011

Color Harmonies of #D982FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982FE

Black with #D982FE

Text Example


Text Example

White with #D982FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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