Html Css Color HEX #D782EA Heliotrope

📋 copy color: '#D782EA'

red 215 ◦ green 130 ◦ blue 234

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

Shades of Heliotrope #D782EA

Tints of Heliotrope #D782EA

RGB

 RED value IS 215 (84.38% from 255) = 37.13%

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 37.13%
G = 22.45%
B = 40.41%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D782EA (or 0xD782EA) is known color: Heliotrope. HEX triplet: D7, 82 and EA. RGB value is (215,130,234). Sum of RGB (Red+Green+Blue) = 215+130+234=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #D782EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D782EA is #287D15. Grayscale: #A6A6A6. Windows color (decimal): -2653462 or 15368919. OLE color: 15368919.

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

Color convert

RGB 215 130 234 -
CMYK 0.08 0.44 0 0.08
HSL 289.04º 0.71% 0.71% -
HSV(B) 289.04º 0.44% 0.92% -
XYZ 50.86 36.35 82.18 -
YUV 167.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 215 130 234 0.08 0.44 0 0.08 289.04 0.71 0.71
Hex D7 82 EA 8 2C 0 8 121 47 47
Octal 327 202 352 10 54 0 10 441 107 107
Binary 11010111 10000010 11101010 1000 101100 0 1000 100100001 1000111 1000111

Color Harmonies of #D782EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782EA

Black with #D782EA

Text Example


Text Example

White with #D782EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782EA; }

 p { color: rgb(215,130,234); }

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

background-color css

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

 a { background-color: rgb(215,130,234); }

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

border-color css

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

 span { border-color: rgb(215,130,234); }

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