Html Css Color HEX #D681EA Heliotrope

📋 copy color: '#D681EA'

red 214 ◦ green 129 ◦ blue 234

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

Shades of Heliotrope #D681EA

Tints of Heliotrope #D681EA

RGB

 RED value IS 214 (83.98% from 255) = 37.09%

 GREEN value IS 129 (50.78% from 255) = 22.36%

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

R = 37.09%
G = 22.36%
B = 40.55%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D681EA (or 0xD681EA) is known color: Heliotrope. HEX triplet: D6, 81 and EA. RGB value is (214,129,234). Sum of RGB (Red+Green+Blue) = 214+129+234=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #D681EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681EA is #297E15. Grayscale: #A6A6A6. Windows color (decimal): -2719254 or 15368662. OLE color: 15368662.

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

Color convert

RGB 214 129 234 -
CMYK 0.09 0.45 0 0.08
HSL 288.57º 0.71% 0.71% -
HSV(B) 288.57º 0.45% 0.92% -
XYZ 50.43 35.94 82.12 -
YUV 166.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 214 129 234 0.09 0.45 0 0.08 288.57 0.71 0.71
Hex D6 81 EA 9 2D 0 8 121 47 47
Octal 326 201 352 11 55 0 10 441 107 107
Binary 11010110 10000001 11101010 1001 101101 0 1000 100100001 1000111 1000111

Color Harmonies of #D681EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681EA

Black with #D681EA

Text Example


Text Example

White with #D681EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681EA; }

 p { color: rgb(214,129,234); }

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

background-color css

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

 a { background-color: rgb(214,129,234); }

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

border-color css

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

 span { border-color: rgb(214,129,234); }

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