Html Css Color HEX #D980FD Heliotrope

📋 copy color: '#D980FD'

red 217 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #D980FD

Tints of Heliotrope #D980FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.4%

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 36.29%
G = 21.4%
B = 42.31%

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

#D980FD (or 0xD980FD) is known color: Heliotrope. HEX triplet: D9, 80 and FD. RGB value is (217,128,253). Sum of RGB (Red+Green+Blue) = 217+128+253=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #D980FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980FD is #267F02. Grayscale: #A8A8A8. Windows color (decimal): -2522883 or 16613593. OLE color: 16613593.

HSL color Cylindrical-coordinate representation of color #D980FD: hue angle of 282.72º 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 #D980FD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 128 253 -
CMYK 0.14 0.49 0 0.01
HSL 282.72º 0.97% 0.75% -
HSV(B) 282.72º 0.49% 0.99% -
XYZ 54.06 37.28 97.28 -
YUV 168.86 175.49 162.34 -
System Red Green Blue C M Y K H S L
Decimal 217 128 253 0.14 0.49 0 0.01 282.72 0.97 0.75
Hex D9 80 FD E 31 0 1 11B 61 4B
Octal 331 200 375 16 61 0 1 433 141 113
Binary 11011001 10000000 11111101 1110 110001 0 1 100011011 1100001 1001011

Color Harmonies of #D980FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980FD

Black with #D980FD

Text Example


Text Example

White with #D980FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980FD; }

 p { color: rgb(217,128,253); }

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

background-color css

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

 a { background-color: rgb(217,128,253); }

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

border-color css

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

 span { border-color: rgb(217,128,253); }

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