Html Css Color HEX #D980EC Heliotrope

📋 copy color: '#D980EC'

red 217 ◦ green 128 ◦ blue 236

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

Shades of Heliotrope #D980EC

Tints of Heliotrope #D980EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 37.35%
G = 22.03%
B = 40.62%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D980EC (or 0xD980EC) is known color: Heliotrope. HEX triplet: D9, 80 and EC. RGB value is (217,128,236). Sum of RGB (Red+Green+Blue) = 217+128+236=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #D980EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980EC is #267F13. Grayscale: #A6A6A6. Windows color (decimal): -2522900 or 15499481. OLE color: 15499481.

HSL color Cylindrical-coordinate representation of color #D980EC: hue angle of 289.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D980EC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 128 236 -
CMYK 0.08 0.46 0 0.07
HSL 289.44º 0.74% 0.71% -
HSV(B) 289.44º 0.46% 0.93% -
XYZ 51.47 36.25 83.64 -
YUV 166.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 217 128 236 0.08 0.46 0 0.07 289.44 0.74 0.71
Hex D9 80 EC 8 2E 0 7 121 4A 47
Octal 331 200 354 10 56 0 7 441 112 107
Binary 11011001 10000000 11101100 1000 101110 0 111 100100001 1001010 1000111

Color Harmonies of #D980EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980EC

Black with #D980EC

Text Example


Text Example

White with #D980EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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