Html Css Color HEX #D164EF Heliotrope

📋 copy color: '#D164EF'

red 209 ◦ green 100 ◦ blue 239

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

Shades of Heliotrope #D164EF

Tints of Heliotrope #D164EF

RGB

 RED value IS 209 (82.03% from 255) = 38.14%

 GREEN value IS 100 (39.45% from 255) = 18.25%

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

R = 38.14%
G = 18.25%
B = 43.61%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D164EF (or 0xD164EF) is known color: Heliotrope. HEX triplet: D1, 64 and EF. RGB value is (209,100,239). Sum of RGB (Red+Green+Blue) = 209+100+239=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #D164EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D164EF is #2E9B10. Grayscale: #939393. Windows color (decimal): -3054353 or 15688913. OLE color: 15688913.

HSL color Cylindrical-coordinate representation of color #D164EF: hue angle of 287.05º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D164EF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 100 239 -
CMYK 0.13 0.58 0 0.06
HSL 287.05º 0.81% 0.66% -
HSV(B) 287.05º 0.58% 0.94% -
XYZ 46.43 28.9 84.79 -
YUV 148.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 209 100 239 0.13 0.58 0 0.06 287.05 0.81 0.66
Hex D1 64 EF D 3A 0 6 11F 51 42
Octal 321 144 357 15 72 0 6 437 121 102
Binary 11010001 1100100 11101111 1101 111010 0 110 100011111 1010001 1000010

Color Harmonies of #D164EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164EF

Black with #D164EF

Text Example


Text Example

White with #D164EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164EF; }

 p { color: rgb(209,100,239); }

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

background-color css

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

 a { background-color: rgb(209,100,239); }

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

border-color css

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

 span { border-color: rgb(209,100,239); }

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