Html Css Color HEX #D980EF Heliotrope

📋 copy color: '#D980EF'

red 217 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #D980EF

Tints of Heliotrope #D980EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 37.16%
G = 21.92%
B = 40.92%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D980EF (or 0xD980EF) is known color: Heliotrope. HEX triplet: D9, 80 and EF. RGB value is (217,128,239). Sum of RGB (Red+Green+Blue) = 217+128+239=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #D980EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980EF is #267F10. Grayscale: #A6A6A6. Windows color (decimal): -2522897 or 15696089. OLE color: 15696089.

HSL color Cylindrical-coordinate representation of color #D980EF: hue angle of 288.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D980EF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 128 239 -
CMYK 0.09 0.46 0 0.06
HSL 288.11º 0.78% 0.72% -
HSV(B) 288.11º 0.46% 0.94% -
XYZ 51.91 36.42 85.96 -
YUV 167.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 217 128 239 0.09 0.46 0 0.06 288.11 0.78 0.72
Hex D9 80 EF 9 2E 0 6 120 4E 48
Octal 331 200 357 11 56 0 6 440 116 110
Binary 11011001 10000000 11101111 1001 101110 0 110 100100000 1001110 1001000

Color Harmonies of #D980EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980EF

Black with #D980EF

Text Example


Text Example

White with #D980EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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