Html Css Color HEX #D982FC Heliotrope

📋 copy color: '#D982FC'

red 217 ◦ green 130 ◦ blue 252

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

Shades of Heliotrope #D982FC

Tints of Heliotrope #D982FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 36.23%
G = 21.7%
B = 42.07%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D982FC (or 0xD982FC) is known color: Heliotrope. HEX triplet: D9, 82 and FC. RGB value is (217,130,252). Sum of RGB (Red+Green+Blue) = 217+130+252=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #D982FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D982FC is #267D03. Grayscale: #A9A9A9. Windows color (decimal): -2522372 or 16548569. OLE color: 16548569.

HSL color Cylindrical-coordinate representation of color #D982FC: hue angle of 282.79º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D982FC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 130 252 -
CMYK 0.14 0.48 0 0.01
HSL 282.79º 0.95% 0.75% -
HSV(B) 282.79º 0.48% 0.99% -
XYZ 54.17 37.75 96.53 -
YUV 169.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 217 130 252 0.14 0.48 0 0.01 282.79 0.95 0.75
Hex D9 82 FC E 30 0 1 11B 5F 4B
Octal 331 202 374 16 60 0 1 433 137 113
Binary 11011001 10000010 11111100 1110 110000 0 1 100011011 1011111 1001011

Color Harmonies of #D982FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982FC

Black with #D982FC

Text Example


Text Example

White with #D982FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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